mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
populate_billing_realms: Add switch-to-annual-EOC customer.
This commit is contained in:
@@ -93,6 +93,12 @@ class Command(BaseCommand):
|
||||
tier=CustomerPlan.STANDARD,
|
||||
charge_automatically=False,
|
||||
),
|
||||
CustomerProfile(
|
||||
unique_id="standard-switch-to-annual-eoc",
|
||||
billing_schedule=CustomerPlan.MONTHLY,
|
||||
tier=CustomerPlan.STANDARD,
|
||||
status=CustomerPlan.SWITCH_TO_ANNUAL_AT_END_OF_CYCLE,
|
||||
),
|
||||
CustomerProfile(
|
||||
unique_id="sponsored",
|
||||
is_sponsored=True,
|
||||
|
||||
Reference in New Issue
Block a user