mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
The forms to change plan_type, add discount, scrub_realm etc all post to the same endpoint. Our frontend code is written so that only one form posts at a time. But there should be no harm in enforcing the same in backend as well.