populate_billing_realms: Increase price_per_license.

This help us show a nice number when divided by 12 for annual
frequency on billing page.
This commit is contained in:
Aman Agrawal 2023-11-12 06:35:45 +00:00 committed by Tim Abbott
parent 2997c269e1
commit a2fc9fabd8
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ class Command(BaseCommand):
billing_cycle_anchor=timezone_now(),
billing_schedule=customer_profile.billing_schedule,
tier=customer_profile.tier,
price_per_license=3,
price_per_license=1200,
automanage_licenses=customer_profile.automanage_licenses,
status=customer_profile.status,
charge_automatically=customer_profile.charge_automatically,