zulip/corporate/views
Aman Agrawal bbacee7fe9 decorator: Pass patch parameters in request.POST.
We need to manually process the parameters from request.body
since PATCH parameters are present in body and pass it in
`request.POST` to allow PATCH requests via `update_plan_for..` to
work.
2023-12-07 13:55:39 -08:00
..
__init__.py
billing_page.py decorator: Pass patch parameters in request.POST. 2023-12-07 13:55:39 -08:00
event_status.py upgrade: Make card add / update work for remote servers. 2023-12-01 08:55:58 -08:00
portico.py plans: Show special text for legacy orgs scheduled for upgrade. 2023-12-05 23:44:29 -08:00
remote_billing_page.py plans: Show buttons as per current context. 2023-12-05 23:44:29 -08:00
session.py billing: Make various buttons on billing page work. 2023-12-03 15:15:04 -08:00
sponsorship.py sponsorship: Populate sponsorship page with correct context. 2023-12-05 23:44:29 -08:00
support.py corporate: Implement support_url for all BillingSession child classes. 2023-12-06 11:04:54 -08:00
upgrade.py upgrade: Allow legacy servers to upgrade to business plan. 2023-12-04 12:36:24 -08:00
webhook.py upgrade: Separate add card and purchase upgrade flow. 2023-11-20 12:04:56 -08:00