more
This commit is contained in:
@@ -341,6 +341,8 @@ const SignupPage = () => {
|
||||
//const planType = determinePlan(isAnnual, activeRadioOption);
|
||||
|
||||
if (paymentDataValues && dataValues) {
|
||||
setShowPaymentModal(false);
|
||||
window.scrollTo({ top: 0, behavior: "smooth" });
|
||||
setIsBusy(true);
|
||||
try {
|
||||
const data = await handleStripeAuthorization(
|
||||
|
||||
Reference in New Issue
Block a user