fix: payPal redirect

This commit is contained in:
Денис Катаев 2023-12-15 17:33:50 +00:00 committed by Victor Ershov
parent 3327e3ae7c
commit 829f9882b0

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 (