From e99343a17d09857f5af1e534af9edbba3c88c96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B5=D0=BD=D0=B8=D1=81=20=D0=9A=D0=B0=D1=82=D0=B0?= =?UTF-8?q?=D0=B5=D0=B2?= Date: Mon, 19 Feb 2024 07:00:07 +0000 Subject: [PATCH] Preview/discount pages --- .../pages/TrialPayment/components/PaymentModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {