Merge branch 'clone' into 'main'
fix: payPal redirect See merge request witapp/aura-webapp!11
This commit is contained in:
commit
e67bb75739
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user