mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
Creates a process_support_view_request method for BillingSession to process the various support requests that relate to the billing system. Moves approve_realm_sponsorship, update_realm_sponsorship_status, and attach_discount_to_realm to this new BillingSession method. Adds a new abstract property to BillingSession to have a string value, billing_entity_display_name, to use for support messages sent when these requests are processed.