We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5da28f + ca716df commit ccce9f6Copy full SHA for ccce9f6
src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte
@@ -161,7 +161,7 @@
161
href={`${endpoint}/organizations/${page.params.organization}/invoices/${invoice.$id}/download`}>
162
Download PDF
163
</ActionMenu.Item.Anchor>
164
- {#if status === 'overdue' || status === 'failed'}
+ {#if status === 'overdue' || status === 'failed' || status === 'abandoned'}
165
<ActionMenu.Item.Button
166
leadingIcon={IconRefresh}
167
on:click={() => {
0 commit comments