Skip to content

Commit

Permalink
CR Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart committed Jan 8, 2018
1 parent f59c7a2 commit 1db3843
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aa_stripe/models.py
Expand Up @@ -657,6 +657,7 @@ def _parse_customer_source_notification(self, action):
except StripeCustomer.DoesNotExist:
raise StripeWebhookParseError(
_("There is no customer with id that is assigned to this card in our database"))

if action == "created":
try:
StripeCard.objects.all_with_deleted().get(stripe_card_id=stripe_card_id, customer=customer)
Expand Down

0 comments on commit 1db3843

Please sign in to comment.