diff --git a/src/routes/(console)/apply-credit/+page.svelte b/src/routes/(console)/apply-credit/+page.svelte index c1d9e1c61..c75d435fa 100644 --- a/src/routes/(console)/apply-credit/+page.svelte +++ b/src/routes/(console)/apply-credit/+page.svelte @@ -108,7 +108,7 @@ ); } // Upgrade existing org - else if (selectedOrg?.billingPlan === BillingPlan.FREE) { + else if (selectedOrg?.billingPlan !== billingPlan) { org = await sdk.forConsole.billing.updatePlan( selectedOrg.$id, billingPlan,