Skip to content

Commit

Permalink
Add billing_email to our mocked Payment
Browse files Browse the repository at this point in the history
  • Loading branch information
XaviTorello committed May 10, 2019
1 parent 1dd7fd0 commit 81c1e24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payments/stripe/test_stripe.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Payment(Mock):
total = 100
captured_amount = 0
transaction_id = None
billing_email = "[email protected]"

def change_status(self, status, message=''):
self.status = status
Expand Down

0 comments on commit 81c1e24

Please sign in to comment.