This commit is contained in:
Kenneth Jannette
2024-02-23 17:58:54 -06:00
parent 434280d3e4
commit 33f1d6a68a

View File

@@ -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,