mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
billing: Use mock_stripe in test_downgrade_with_money_owed.
This commit is contained in:
@@ -135,3 +135,8 @@ class Charge:
|
||||
@staticmethod
|
||||
def list(customer: Optional[str]) -> List[Charge]:
|
||||
...
|
||||
|
||||
class InvoiceItem:
|
||||
@staticmethod
|
||||
def create(amount: int, currency: str, customer: Customer, subscription: Subscription) -> Subscription:
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user