zulip/corporate/tests
Aman Agrawal b1fecb31f6 billing: Show the real billing contact on the paid-invoice notice.
On the free-trial "you have paid your first invoice" branch of the
billing page, the next-invoice recipient was a hardcoded literal,
user-23@zulip.com, instead of the customer's actual billing email.
A real free-trial customer paying by invoice would be told their next
invoice goes to an internal test address.

Render {{ stripe_email }} (the Stripe customer's email, already shown
elsewhere on the page) instead of the literal.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 12:33:43 +02:00
..
stripe_fixtures test_stripe: Normalize branding information in Stripe sandbox. 2026-06-10 08:19:04 +05:30
__init__.py billing: Move billing tests from zilencer to corporate. 2018-10-01 15:44:02 -07:00
test_activity_views.py activity: Add bot owner information for bot users in activity charts. 2025-12-12 15:21:03 -08:00
test_remote_billing.py remote-billing: Update error for user without has_billing_access. 2026-03-26 12:34:09 -07:00
test_remote_counts.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
test_stripe.py billing: Show the real billing contact on the paid-invoice notice. 2026-06-12 12:33:43 +02:00
test_support_views.py billing: Add UniqueConstraint for plan offers and never-started plans. 2026-05-27 23:13:24 +08:00