more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user