From 848acfcd291b2c8e45c0726d5c6c6656f2a119bd Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 8 Feb 2024 16:10:28 +0100 Subject: [PATCH 1/2] fix: remove outdated copy --- .../organization-[organization]/excesLimitModal.svelte | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/routes/console/organization-[organization]/excesLimitModal.svelte b/src/routes/console/organization-[organization]/excesLimitModal.svelte index e39b81769..bead52e17 100644 --- a/src/routes/console/organization-[organization]/excesLimitModal.svelte +++ b/src/routes/console/organization-[organization]/excesLimitModal.svelte @@ -62,10 +62,6 @@ Your usage exceeds the {tierToPlan($organization.billingPlan).name} plan limits - Appwrite Pro is now available. To facilitate a smooth transition for your projects, Starter plan - will maintain its current state of unlimited resource usage. This extension will be in effect - until January 31st, 2024. - {#if $organization.billingPlan === BillingPlan.STARTER}

Usage for {$organization.name} organization has reached the limits of the {tierToPlan( From 42bcd45f083f2b8516ec5b522646ad771cbc47c9 Mon Sep 17 00:00:00 2001 From: Arman Date: Thu, 8 Feb 2024 16:35:48 +0100 Subject: [PATCH 2/2] hide retry payment button --- .../organization-[organization]/billing/paymentHistory.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/console/organization-[organization]/billing/paymentHistory.svelte b/src/routes/console/organization-[organization]/billing/paymentHistory.svelte index 8ca0b69d9..a0894992b 100644 --- a/src/routes/console/organization-[organization]/billing/paymentHistory.svelte +++ b/src/routes/console/organization-[organization]/billing/paymentHistory.svelte @@ -127,7 +127,8 @@ event="download_invoice"> Download PDF - {#if status === 'overdue' || status === 'failed'} + + {#if false} {