mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
populate_billing_realms: Bump licenses to 25 to avoid negative amount.
This commit is contained in:
parent
fd85f51745
commit
39376190fe
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user