Merge branch 'clone' into 'main'

fix: payPal redirect

See merge request witapp/aura-webapp!11
This commit is contained in:
Victor Ershov 2023-12-15 17:33:50 +00:00
commit e67bb75739

View File

@ -71,7 +71,7 @@ function SubPlanInformation({
return setErrors("Something went wrong. Please try again later.");
}
setIsLoading(false);
window.open(link.href, "_blank");
window.location.href = link.href;
};
return (