This commit is contained in:
Kenneth Jannette
2024-02-03 00:59:11 -06:00
parent 548428e4a0
commit 279ab69b8f

View File

@@ -341,6 +341,8 @@ const SignupPage = () => {
//const planType = determinePlan(isAnnual, activeRadioOption); //const planType = determinePlan(isAnnual, activeRadioOption);
if (paymentDataValues && dataValues) { if (paymentDataValues && dataValues) {
setShowPaymentModal(false);
window.scrollTo({ top: 0, behavior: "smooth" });
setIsBusy(true); setIsBusy(true);
try { try {
const data = await handleStripeAuthorization( const data = await handleStripeAuthorization(