more
This commit is contained in:
@@ -245,9 +245,6 @@ const SignupPage = () => {
|
||||
paymentDataValues,
|
||||
customerDataValues
|
||||
) {
|
||||
console.log(
|
||||
"~~~~~~~~~~~~~~~~~~~~_______-~~~~handleStripeAuthorization fired"
|
||||
);
|
||||
const additionalAccounts = numberOfAccountsToAdd
|
||||
? numberOfAccountsToAdd
|
||||
: 0;
|
||||
@@ -267,7 +264,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