This commit is contained in:
Kenneth Jannette
2024-01-28 20:04:09 -06:00
parent 9234545b5c
commit 091238887f
2 changed files with 27 additions and 12 deletions

View File

@@ -325,6 +325,7 @@ const SignupPage = () => {
// ******************** END STRIPE PAY API CALL ******************** //
const handleSignup = async (totalDue) => {
console.log(">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>handleSignup fired");
console.log("totalDue", totalDue);
const paymentDataValues = validatePaymentData();
if (paymentDataValues === null) {