mirror of https://github.com/zulip/zulip.git
populate_billing_realms: Add switch-to-annual-EOC customer.
This commit is contained in:
parent
07990ad8f1
commit
a124374202
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue