mirror of https://github.com/zulip/zulip.git
billing: Remove some stale TODOs.
This commit is contained in:
parent
45a2f7eac1
commit
af83093a65
|
@ -3160,9 +3160,6 @@ class RemoteRealmBillingSession(BillingSession):
|
|||
else:
|
||||
raise AssertionError("Unexpected tier")
|
||||
|
||||
# TODO: Set usage limits.
|
||||
# TODO: Set the usage limit in handle_customer_migration_from_server_to_realms.
|
||||
|
||||
old_plan_type = self.remote_realm.plan_type
|
||||
self.remote_realm.plan_type = plan_type
|
||||
self.remote_realm.save(update_fields=["plan_type"])
|
||||
|
@ -3552,8 +3549,6 @@ class RemoteServerBillingSession(BillingSession):
|
|||
else:
|
||||
raise AssertionError("Unexpected tier")
|
||||
|
||||
# TODO: Set usage limits.
|
||||
|
||||
old_plan_type = self.remote_server.plan_type
|
||||
self.remote_server.plan_type = plan_type
|
||||
self.remote_server.save(update_fields=["plan_type"])
|
||||
|
|
Loading…
Reference in New Issue