mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
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.