mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
billing: Update test_replace_payment_source to use mock_stripe.
This commit is contained in:
@@ -12,6 +12,7 @@ class Customer:
|
||||
created: int
|
||||
id: str
|
||||
source: str
|
||||
sources: List[Union[Card, Source]]
|
||||
subscriptions: SubscriptionListObject
|
||||
coupon: str
|
||||
account_balance: int
|
||||
|
||||
Reference in New Issue
Block a user