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,
},
});
console.log("additionalAccounts", additionalAccounts);
const type = selectedPlan[0].value ? selectedPlan[0].value : null;
try {
let response = await fetch(`${apiUrl}/create-subscription`, {