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