From 570e87dc3df239421404dcbcc7ee5b68ef70d074 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 19 Jan 2024 20:01:58 -0600 Subject: [PATCH] more fix --- src/Components/SignupPage/SignupPage.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 8938113..900991c 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -116,12 +116,12 @@ const SignupPage = () => { if (isBusy) { return; } - /* + const dataValues = validateData(); if (dataValues === null) { return; } -*/ + setShowPaymentModal(true); }; @@ -137,13 +137,12 @@ const SignupPage = () => { if (paymentDataValues === null) { return; } - /* + const dataValues = validateData(); if (dataValues === null) { return; } - */ - const dataValues = {}; + setIsBusy(true); const paymentSuccess = handleStripeAuthorization(paymentDataValues); if (paymentSuccess) {