mirror of
https://github.com/zulip/zulip.git
synced 2026-06-27 21:01:32 +08:00
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> |
||
|---|---|---|
| .. | ||
| stripe_fixtures | ||
| __init__.py | ||
| test_activity_views.py | ||
| test_remote_billing.py | ||
| test_remote_counts.py | ||
| test_stripe.py | ||
| test_support_views.py | ||