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