This commit is contained in:
Kenneth Jannette
2024-01-29 11:01:13 -06:00
parent daeb7eb052
commit 8c900220e9
3 changed files with 11 additions and 10 deletions

View File

@@ -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`, {