zulip/corporate/views
Mateusz Mandera 3a12e41c35 remote_billing: Fix handle_customer_migration_from_server_to_realms.
This was a bug from 4715a058b0 where this
was just incorrectly called. get_realms_info_for_push_bouncer() is a
function meant to be called on a self-hosted server - and this
handle_... call happens on the bouncer. Therefore this returns all
zulipchat realms in product.

With the way, handle_... is being called right now, there's no reason
for it to have an argument for passing a list of realms. It should just
fetch the relevant RemoteRealm entries  by itself, given the server arg.
2024-01-12 15:28:41 -08:00
..
__init__.py
billing_page.py test_stripe: Add migrate customer from server to realms E2E test. 2024-01-02 11:20:56 -08:00
event_status.py test_stripe: Add end-to-end test for RemoteRealm billing flow. 2023-12-15 09:08:48 -08:00
portico.py corporate: Add a Basic plan. 2023-12-20 23:09:21 -08:00
remote_billing_page.py remote_billing: Fix handle_customer_migration_from_server_to_realms. 2024-01-12 15:28:41 -08:00
session.py corporate: Remove '#nocoverage' comments. 2023-12-19 10:59:38 -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 corporate: Remove '#nocoverage' comments. 2023-12-19 10:59:38 -08:00
webhook.py upgrade: Separate add card and purchase upgrade flow. 2023-11-20 12:04:56 -08:00