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 88919f2 commit c442689Copy full SHA for c442689
apps/OpenSign/src/constant/Utils.js
@@ -56,9 +56,7 @@ export async function fetchSubscription(
56
const params = isGuestSign
57
? { contactId: contactObjId }
58
: { extUserId: extUser, ispublic: isPublic };
59
- console.log("params", params);
60
const tenatRes = await axios.post(url, params, { headers: headers });
61
- console.log("tenantRes", tenatRes);
62
let plan, status, billingDate, adminId;
63
if (isGuestSign) {
64
plan = tenatRes.data?.result?.result?.plan;
0 commit comments