zulip/corporate/lib
Lauryn Menard cd55488487 billing: Link customer stripe ID for manual fixed-price plan invoices.
For cases where a customer is created in Stripe first for the manual
invoice, we want to connect that customer information to our Customer
object in the database. That way the customer can access the billing
page once the invoice is paid.
2024-11-21 10:34:33 -08:00
..
__init__.py
activity.py corporate: Fix misuse of timezone_now() as parameter default. 2024-11-10 19:14:32 -08:00
billing_types.py corporate: Use Literal types for upgrade parameters. 2024-09-24 18:18:26 -07:00
decorator.py corporate: Import corporate.lib.stripe lazily. 2024-09-24 18:18:26 -07:00
registration.py billing: Enforce manual license management for guest role changes. 2024-09-20 12:02:39 -07:00
remote_billing_util.py ruff: Fix UP007 Use `X | Y` for type annotations. 2024-07-13 22:28:22 -07:00
stripe.py billing: Link customer stripe ID for manual fixed-price plan invoices. 2024-11-21 10:34:33 -08:00
stripe_event_handler.py ruff: Fix E721 Use `isinstance()` for isinstance checks. 2024-08-01 16:46:58 -07:00
support.py support: Consolidate logic for generating support URLs. 2024-11-05 08:56:24 -08:00