more fix
This commit is contained in:
@@ -116,12 +116,12 @@ const SignupPage = () => {
|
|||||||
if (isBusy) {
|
if (isBusy) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
const dataValues = validateData();
|
const dataValues = validateData();
|
||||||
if (dataValues === null) {
|
if (dataValues === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
setShowPaymentModal(true);
|
setShowPaymentModal(true);
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -137,13 +137,12 @@ const SignupPage = () => {
|
|||||||
if (paymentDataValues === null) {
|
if (paymentDataValues === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
const dataValues = validateData();
|
const dataValues = validateData();
|
||||||
if (dataValues === null) {
|
if (dataValues === null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
const dataValues = {};
|
|
||||||
setIsBusy(true);
|
setIsBusy(true);
|
||||||
const paymentSuccess = handleStripeAuthorization(paymentDataValues);
|
const paymentSuccess = handleStripeAuthorization(paymentDataValues);
|
||||||
if (paymentSuccess) {
|
if (paymentSuccess) {
|
||||||
|
|||||||
Reference in New Issue
Block a user