more
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user