mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
populate_billing_realms: Add a realm on free-trial.
This commit is contained in:
@@ -105,6 +105,11 @@ class Command(BaseCommand):
|
|||||||
billing_schedule=CustomerPlan.MONTHLY,
|
billing_schedule=CustomerPlan.MONTHLY,
|
||||||
tier=CustomerPlan.STANDARD,
|
tier=CustomerPlan.STANDARD,
|
||||||
),
|
),
|
||||||
|
CustomerProfile(
|
||||||
|
unique_id="free-trial",
|
||||||
|
tier=CustomerPlan.STANDARD,
|
||||||
|
status=CustomerPlan.FREE_TRIAL,
|
||||||
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
# Create a realm for each customer profile
|
# Create a realm for each customer profile
|
||||||
|
|||||||
Reference in New Issue
Block a user