mirror of https://github.com/zulip/zulip.git
7c9f587563
Now that we pass in the UserProfile.id in the metadata to Stripe's PaymentIntent objects, we no longer need to retrieve the user via delivery_email. It makes more sense to just fetch the user by ID and then get the latest delivery_email directly. Note that an update to Stripe's fixtures is not necessary here since a previous commit already modified the metadata passed to both stripe.Session/PaymentIntent objects. |
||
---|---|---|
.. | ||
__init__.py | ||
registration.py | ||
stripe.py | ||
stripe_event_handler.py | ||
support.py |