billing: Update test_replace_payment_source to use mock_stripe.

This commit is contained in:
Rishi Gupta
2018-11-28 00:07:21 -08:00
parent 698aeddc85
commit f0538293de
13 changed files with 1136 additions and 24 deletions

View File

@@ -12,6 +12,7 @@ class Customer:
created: int
id: str
source: str
sources: List[Union[Card, Source]]
subscriptions: SubscriptionListObject
coupon: str
account_balance: int