zulip/corporate/lib
Eeshan Garg 7c9f587563 billing: Stop using UserProfile.delivery_email in Stripe handler.
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.
2021-12-03 14:57:30 -08:00
..
__init__.py billing: Move zilencer/lib/stripe to corporate. 2018-10-01 15:43:44 -07:00
registration.py bots: Pass realm to get_system_bot calls in registration.py. 2021-07-26 15:33:13 -07:00
stripe.py corporate/models: Modify Customer to accommodate self-hosted customers. 2021-11-30 15:20:33 -08:00
stripe_event_handler.py billing: Stop using UserProfile.delivery_email in Stripe handler. 2021-12-03 14:57:30 -08:00
support.py corporate: Add contact support page. 2021-10-01 17:30:01 -07:00