Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyutillis committed Dec 19, 2023
1 parent ee66ee6 commit e75d602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion payment_service/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def payment_successful(self, request, pk: None):
"""Endpoint for redirection after successful payment"""
payment = self.get_object()
session = stripe.checkout.Session.retrieve(payment.session_id)
dockerize-bot

status = session.status
if status != "complete":
Expand Down

0 comments on commit e75d602

Please sign in to comment.