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} { 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(