This commit is contained in:
Kenneth Jannette
2024-03-22 21:48:31 -05:00
parent 73026972f8
commit 388a2df025

View File

@@ -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;
} }