fix: payPal redirect
This commit is contained in:
parent
3327e3ae7c
commit
829f9882b0
@ -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