populate_billing_realms: Add switch-to-annual-EOC customer.

This commit is contained in:
Aman Agrawal 2023-11-08 16:23:22 +00:00
parent 07990ad8f1
commit a124374202
1 changed files with 6 additions and 0 deletions

View File

@ -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,