@@ -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`, {
|
||||||
|
|||||||
@@ -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: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user