This commit is contained in:
Kenneth Jannette
2024-01-29 00:32:43 -06:00
parent fd92150324
commit e06c758131
2 changed files with 2 additions and 1 deletions

View File

@@ -267,6 +267,7 @@ const SignupPage = () => {
paymentDataValues.cardLastName, paymentDataValues.cardLastName,
}, },
}); });
console.log("additionalAccounts", additionalAccounts);
const type = selectedPlan[0].value ? selectedPlan[0].value : null; const type = selectedPlan[0].value ? selectedPlan[0].value : null;
try { try {
let response = await fetch(`${apiUrl}/create-subscription`, { let response = await fetch(`${apiUrl}/create-subscription`, {

View File

@@ -39,7 +39,7 @@ export const signupRadioFields = [
value: "seniorPartner", value: "seniorPartner",
description: [ description: [
"Unlimited documents.", "Unlimited documents.",
"Triage-level support", "24/7 Triage-level support response",
"Up to 8 additional accounts at $39/each", "Up to 8 additional accounts at $39/each",
], ],
details: "", details: "",