From 0f31f18744cae387334588d2ab3fed5ea06ab759 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 9 Nov 2023 14:05:34 +0000 Subject: [PATCH] populate_billing_realms: Add a realm on free-trial. --- zilencer/management/commands/populate_billing_realms.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zilencer/management/commands/populate_billing_realms.py b/zilencer/management/commands/populate_billing_realms.py index 811ad054c3..19bce98ba6 100644 --- a/zilencer/management/commands/populate_billing_realms.py +++ b/zilencer/management/commands/populate_billing_realms.py @@ -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