more
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user