billing: Remove some stale TODOs.

This commit is contained in:
Tim Abbott 2023-12-13 00:33:37 -08:00
parent 45a2f7eac1
commit af83093a65
1 changed files with 0 additions and 5 deletions

View File

@ -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"])