Skip to content

Commit

Permalink
New Stripe naming
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2020
1 parent a466af9 commit 56d75e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/budy/models/order.py
Expand Up @@ -1349,12 +1349,12 @@ def _end_pay(self, payment_data, strict = False):
def _end_pay_stripe(self, payment_data):
cls = self.__class__

# retrieves the reference to the stripe API client
# retrieves the reference to the Stripe API client
# to be used for remote operations
api = cls._get_api_stripe()

# retrieves the payment data values that are going to be
# used to complete the stripe payment work-flow
# used to complete the Stripe payment work-flow
secure = payment_data.get("secure", False)
token_return = payment_data.get("token_return", None)

Expand Down

0 comments on commit 56d75e0

Please sign in to comment.