This commit is contained in:
Kenneth Jannette
2024-05-26 15:51:52 -05:00
parent f52d6d9f97
commit 84419c92ff
4 changed files with 42 additions and 31 deletions

View File

@@ -404,6 +404,7 @@ const SignupPage = () => {
// ******************** END STRIPE PAYMENT API CALL ******************** //
const handleSignup = async (e) => {
const paymentDataValues = validatePaymentData();
if (paymentDataValues === null) {
return;
}
@@ -412,7 +413,7 @@ const SignupPage = () => {
if (dataValues === null) {
return;
}
console.log("dataValues", dataValues);
//const planType = determinePlan(isAnnual, activeRadioOption);
if (paymentDataValues && dataValues) {