more
This commit is contained in:
@@ -401,7 +401,7 @@ const SignupPage = () => {
|
||||
setShowPaymentModal(false);
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
setIsBusy(true);
|
||||
console.log("-------------------->paymentDataValues, dataValues");
|
||||
console.log("--------------------> dataValues", dataValues);
|
||||
try {
|
||||
const data = await handleStripeAuthorization(
|
||||
paymentDataValues,
|
||||
|
||||
Reference in New Issue
Block a user