add redirect to pay
This commit is contained in:
parent
969bbfd498
commit
107cfe13d3
@ -115,7 +115,7 @@ export function TrialPaymentTemplate({
|
|||||||
).toFixed(2)}¤cy=${currency}&${getTrackingCookiesForRedirect()}`;
|
).toFixed(2)}¤cy=${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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user