more
This commit is contained in:
@@ -35,12 +35,13 @@ const HomePage = () => {
|
|||||||
const appUserId = uuidv4();
|
const appUserId = uuidv4();
|
||||||
const firmId = uuidv4();
|
const firmId = uuidv4();
|
||||||
const fbAuthUid = authId;
|
const fbAuthUid = authId;
|
||||||
//let plan = selectedPlan;
|
|
||||||
|
let plan = "promo plan";
|
||||||
let docsAllowedPerMonth;
|
let docsAllowedPerMonth;
|
||||||
if (isPromotionalMebership === true) {
|
if (isPromotionalMebership === true) {
|
||||||
docsAllowedPerMonth = 1;
|
docsAllowedPerMonth = 1;
|
||||||
subscriptionId = uuidv4();
|
subscriptionId = uuidv4();
|
||||||
let plan = "promo plan";
|
plan = plan;
|
||||||
} else {
|
} else {
|
||||||
//docsAllowedPerMonth = selectedPlan[0].docsAllowedPerMonth;
|
//docsAllowedPerMonth = selectedPlan[0].docsAllowedPerMonth;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user