add redirect to pay

This commit is contained in:
dev.daminik00 2025-10-08 02:24:43 +02:00
parent 969bbfd498
commit 107cfe13d3

View File

@ -115,7 +115,7 @@ export function TrialPaymentTemplate({
).toFixed(2)}&currency=${currency}&${getTrackingCookiesForRedirect()}`; ).toFixed(2)}&currency=${currency}&${getTrackingCookiesForRedirect()}`;
console.log("redirectUrl", redirectUrl); console.log("redirectUrl", redirectUrl);
// return window.location.replace(redirectUrl); return window.location.replace(redirectUrl);
}; };
const paymentSectionRef = useRef<HTMLDivElement | null>(null); const paymentSectionRef = useRef<HTMLDivElement | null>(null);