Skip to content

Commit

Permalink
Update failed payment test case
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWinterhalder committed Mar 29, 2021
1 parent 3de65ec commit a1f8647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions memberships/tests/test_stripe_webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_a_failed_payment_for_membership_gets_logged_to_db(self):
"data": {
"object": {
"customer": "cus_12345",
"customer_email": "test@example.com",
"subscription": "sub_12345",
}
},
Expand Down

0 comments on commit a1f8647

Please sign in to comment.