populate_billing_realms: Bump licenses to 25 to avoid negative amount.

This commit is contained in:
Aman Agrawal 2024-01-12 15:54:07 +00:00 committed by Tim Abbott
parent fd85f51745
commit 39376190fe

View File

@ -311,8 +311,8 @@ def create_plan_for_customer(customer: Customer, customer_profile: CustomerProfi
)
LicenseLedger.objects.create(
licenses=10,
licenses_at_next_renewal=10,
licenses=25,
licenses_at_next_renewal=25,
event_time=timezone_now(),
is_renewal=True,
plan=customer_plan,