mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
billing: Add mock for cancel at period end subscriptions.
This commit is contained in:
@@ -31,6 +31,7 @@ class Subscription:
|
||||
created: int
|
||||
status: str
|
||||
canceled_at: int
|
||||
cancel_at_period_end: bool
|
||||
|
||||
@staticmethod
|
||||
def create(customer: str, billing: str, items: List[Dict[str, Any]],
|
||||
|
||||
Reference in New Issue
Block a user