mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +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,
|
||||
tier=CustomerPlan.STANDARD,
|
||||
),
|
||||
CustomerProfile(
|
||||
unique_id="free-trial",
|
||||
tier=CustomerPlan.STANDARD,
|
||||
status=CustomerPlan.FREE_TRIAL,
|
||||
),
|
||||
]
|
||||
|
||||
# Create a realm for each customer profile
|
||||
|
Reference in New Issue
Block a user