This commit is contained in:
Kenneth Jannette
2024-01-28 18:51:55 -06:00
parent 550706b18e
commit 9234545b5c
2 changed files with 5 additions and 7 deletions

View File

@@ -324,8 +324,8 @@ const SignupPage = () => {
}
// ******************** END STRIPE PAY API CALL ******************** //
const handleSignup = async (e) => {
e.preventDefault();
const handleSignup = async (totalDue) => {
console.log("totalDue", totalDue);
const paymentDataValues = validatePaymentData();
if (paymentDataValues === null) {
return;