populate_billing_realms: Add some helpful comments for testing.

This commit is contained in:
Aman Agrawal 2023-12-06 13:17:28 +00:00 committed by Tim Abbott
parent a15499fb98
commit 9f1f292462
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ class CustomerProfile:
is_remote_realm: bool = False
is_remote_server: bool = False
renewal_date: str = current_time
# Use (timezone_now() + timedelta(minutes=1)).strftime(TIMESTAMP_FORMAT) as `end_date` for testing.
# `invoice_plan` is not implemented yet for remote servers and realms so no payment is generated in stripe.
end_date: str = "2030-10-10-01-10-10"
remote_server_plan_start_date: str = "billing_cycle_end_date"