From ca716df8d8264aadbd4fd82ef9825457beb7b73e Mon Sep 17 00:00:00 2001 From: Steven Nguyen <1477010+stnguyen90@users.noreply.github.com> Date: Wed, 30 Jul 2025 09:06:13 -0700 Subject: [PATCH] feat: allow retrying abandoned invoices Users can delete organizations with abandoned invoices, but give them the option to pay their outstanding invoices in the Console. --- .../organization-[organization]/billing/paymentHistory.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte b/src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte index 30d251ae2..078990471 100644 --- a/src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte +++ b/src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte @@ -161,7 +161,7 @@ href={`${endpoint}/organizations/${page.params.organization}/invoices/${invoice.$id}/download`}> Download PDF - {#if status === 'overdue' || status === 'failed'} + {#if status === 'overdue' || status === 'failed' || status === 'abandoned'} {