Merge branch 'billing-sdk-refactor' into remove-billing-plan

This commit is contained in:
Darshan
2026-01-18 12:58:41 +05:30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export function planHasGroup(
export function getBasePlanFromGroup(billingPlanGroup: BillingPlanGroup): Models.BillingPlan {
const plansInfoStore = getPlansInfoStore();
const proPlans = Array.from(plansInfoStore?.values()).filter(
const proPlans = Array.from(plansInfoStore.values()).filter(
(plan) => plan.group === billingPlanGroup
);
+1 -1
View File
@@ -59,7 +59,7 @@ export const load: LayoutLoad = async ({ depends, parent }) => {
}
// just in case!
plansInfoStore.set(plansInfo);
plansInfoStore.set(fallbackPlansInfoArray);
return {
roles: [],