diff --git a/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.tsx b/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.tsx index b3564ae..5d1215d 100644 --- a/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.tsx +++ b/src/components/funnel/templates/TrialPaymentTemplate/TrialPaymentTemplate.tsx @@ -115,7 +115,7 @@ export function TrialPaymentTemplate({ ).toFixed(2)}¤cy=${currency}&${getTrackingCookiesForRedirect()}`; console.log("redirectUrl", redirectUrl); - // return window.location.replace(redirectUrl); + return window.location.replace(redirectUrl); }; const paymentSectionRef = useRef(null);