From bb09cc8ea0f177927d4f08232bb587992e983c66 Mon Sep 17 00:00:00 2001 From: Arman Date: Tue, 1 Oct 2024 16:56:46 +0200 Subject: [PATCH] chore: add explanation --- .../organization-[organization]/change-plan/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte index 5a9fc7598..a414984fa 100644 --- a/src/routes/(console)/organization-[organization]/change-plan/+page.svelte +++ b/src/routes/(console)/organization-[organization]/change-plan/+page.svelte @@ -192,6 +192,7 @@ billingBudget ?? null ); + //If the response contains a client_secret, it means that validation is required if (org?.client_secret) { let redirectURL = buildOrgRedirectURL( `${base}/create-organization`,