zulip/corporate/views
Lauryn Menard d1e2e2d857 corporate: Check for no CustomerPlan on Customer instead of Realm.
In ensure_customer_does_not_have_active_plan, we were already going
through the Customer table to get/check for an active CustomerPlan.

Now we directly get/check for an active CustomerPlan with via the
Customer, which allows for reusing this function for Customer
objects without a Realm set.
2023-10-30 16:09:52 -07:00
..
__init__.py
billing_page.py python: Remove unused arguments for translated format strings. 2023-07-18 10:38:46 -07:00
event_status.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
portico.py portico: Remove orgs who haven't set their own description. 2023-10-12 09:58:47 -07:00
session.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
support.py corporate: Add contact support page. 2021-10-01 17:30:01 -07:00
upgrade.py corporate: Check for no CustomerPlan on Customer instead of Realm. 2023-10-30 16:09:52 -07:00
webhook.py webhook: Do not allow None default for headers. 2022-07-15 14:00:56 -07:00