diff --git a/frontend/src/container/AppLayout/index.tsx b/frontend/src/container/AppLayout/index.tsx index 7791ae74a7..64140567ff 100644 --- a/frontend/src/container/AppLayout/index.tsx +++ b/frontend/src/container/AppLayout/index.tsx @@ -272,8 +272,8 @@ function AppLayout(props: AppLayoutProps): JSX.Element { const handleFailedPayment = (): void => { manageCreditCard({ licenseKey: activeLicenseV3?.key || '', - successURL: window.location.href, - cancelURL: window.location.href, + successURL: window.location.origin, + cancelURL: window.location.origin, }); };