mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Makes `approve_sponshorship` an abstract method in BillingSession abstract base class and moves the implementation for realms to the RealmBillingSession child class. Adds `approve_realm_sponsorship` helper function that's used in the support view and initiates the billing session.