zulip/corporate/views
Lauryn Menard 928cb7e09e corporate: Pass plan_tier parameter to process_initial_upgrade.
Updates `process_initial_upgrade` to take a plan_tier parameter,
so that information can be specific to the type of BillingSession.

Note that ideally the plan tier would be passed as metadata to the
stripe.checkout.Session, but in order to do so, we need to be able
to update the generated stripe fixtures for tests. So for now, we
set the plan tier directly in the stripe event handler code.
2023-11-10 11:26:18 -08:00
..
__init__.py
billing_page.py billing_page: Redirect users on free plan to `/plans`. 2023-11-10 05:17:52 +05:30
event_status.py backend: Add request as parameter to json_success. 2022-02-04 15:16:56 -08:00
portico.py urls: Show sponsorship page on a new URL. 2023-11-06 14:55:14 -08:00
session.py corporate: Add create_stripe_checkout_session to BillingSession class. 2023-11-06 14:39:36 -08:00
support.py corporate: Add contact support page. 2021-10-01 17:30:01 -07:00
upgrade.py corporate: Pass plan_tier parameter to process_initial_upgrade. 2023-11-10 11:26:18 -08:00
webhook.py webhook: Do not allow None default for headers. 2022-07-15 14:00:56 -07:00