more
This commit is contained in:
@@ -137,10 +137,13 @@ 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