mirror of https://github.com/zulip/zulip.git
63254f18ec
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. |
||
---|---|---|
.. | ||
stripe_fixtures | ||
__init__.py | ||
test_remote_billing.py | ||
test_remote_counts.py | ||
test_stripe.py |