We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96df69 commit 174b9b9Copy full SHA for 174b9b9
apps/OpenSign/src/constant/Utils.js
@@ -43,7 +43,7 @@ export async function fetchSubscription(extUserId, contactObjId) {
43
plan = tenatRes.data?.result?.result?.PlanCode;
44
billingDate = tenatRes.data?.result?.result?.Next_billing_date?.iso;
45
}
46
- return { plan, billingDate };
+ return { plan, billingDate, status };
47
} catch (err) {
48
console.log("Err in fetch subscription", err);
49
return { plan: "", billingDate: "" };
0 commit comments