Skip to content

Commit 174b9b9

Browse files
fix: fix subscription issue
1 parent f96df69 commit 174b9b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/constant/Utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function fetchSubscription(extUserId, contactObjId) {
4343
plan = tenatRes.data?.result?.result?.PlanCode;
4444
billingDate = tenatRes.data?.result?.result?.Next_billing_date?.iso;
4545
}
46-
return { plan, billingDate };
46+
return { plan, billingDate, status };
4747
} catch (err) {
4848
console.log("Err in fetch subscription", err);
4949
return { plan: "", billingDate: "" };

0 commit comments

Comments
 (0)