diff --git a/src/components/pages/TrialPayment/components/PaymentModal/index.tsx b/src/components/pages/TrialPayment/components/PaymentModal/index.tsx index 542e1f3..7739d59 100644 --- a/src/components/pages/TrialPayment/components/PaymentModal/index.tsx +++ b/src/components/pages/TrialPayment/components/PaymentModal/index.tsx @@ -124,7 +124,7 @@ function PaymentModal() { return setErrors("Something went wrong. Please try again later."); } setIsLoadingPayPal(false); - // window.location.href = link.href; + window.location.href = link.href; }; if (isLoading) {