zulip/corporate/tests
Mateusz Mandera 63254f18ec remote_billing: Handle two confirmation links for same user correctly.
The bug was that a user could do the first part of the flow twice,
receiving two confirmation links, before finishing signup. Then they
could use the first link, followed by the second, which would case an
IntegrityError due to trying to create the RemoteRealmBillingUser
for the second time.

When the second link gets clicked, we should just transparently redirect
the user further into the flow so that they can proceed.
2024-01-12 08:39:48 -08:00
..
stripe_fixtures stripe: Fix the invoice item description for flat discounts. 2024-01-11 12:35:58 -08:00
__init__.py
test_remote_billing.py remote_billing: Handle two confirmation links for same user correctly. 2024-01-12 08:39:48 -08:00
test_remote_counts.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
test_stripe.py stripe: Fix the invoice item description for flat discounts. 2024-01-11 12:35:58 -08:00