more
This commit is contained in:
@@ -267,6 +267,7 @@ const SignupPage = () => {
|
||||
paymentDataValues.cardLastName,
|
||||
},
|
||||
});
|
||||
console.log("additionalAccounts", additionalAccounts);
|
||||
const type = selectedPlan[0].value ? selectedPlan[0].value : null;
|
||||
try {
|
||||
let response = await fetch(`${apiUrl}/create-subscription`, {
|
||||
|
||||
Reference in New Issue
Block a user