zulip/corporate/tests
Prakhar Pratyush a0cec2c378 stripe: Skip invoice overdue mail for free plans with no next plan.
Earlier, if a free plan (say legacy plan) with no next plan scheduled
was invoiced, we used to send an invoice overdue email if the last
audit log update is stale.

Actually, we don't need this data as the invoice step is just going
to downgrade the current plan. We should not wait for customer to
start uploading data in this case. Skip the email sending step and
invoice the plan to downgrade.
2024-03-28 09:29:23 -07:00
..
stripe_fixtures stripe: Redirect to /plans if plans downgraded on /billing page visit. 2024-03-19 09:25:07 -07:00
__init__.py
test_activity_views.py corporate: Fix next payment info on billing page for fixed-price plans. 2024-02-28 08:48:18 -08:00
test_remote_billing.py remote_billing: Tweak /self-hosted-billing/ endpoints access model. 2024-03-05 11:53:51 -08:00
test_remote_counts.py python: Consistently use from…import for datetime. 2023-12-05 12:01:18 -08:00
test_stripe.py stripe: Skip invoice overdue mail for free plans with no next plan. 2024-03-28 09:29:23 -07:00
test_support_views.py support: Have distinct labels for remote vs Cloud support views. 2024-03-08 09:40:43 -08:00