From 8d09b13f94d84df04a0ad823ff90ee767f86c4cb Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Mon, 10 Jul 2023 07:57:24 +0000 Subject: [PATCH] fix endpoint --- src/lib/stores/billing.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stores/billing.ts b/src/lib/stores/billing.ts index ac880802f..7e4fe8af4 100644 --- a/src/lib/stores/billing.ts +++ b/src/lib/stores/billing.ts @@ -30,7 +30,7 @@ export class Billing { billingPlan: string, paymentMethodId: string ): Promise { - const path = `/organization`; + const path = `/organizations`; const params = { organizationId, name,