diff --git a/frontend/src/container/AppLayout/index.tsx b/frontend/src/container/AppLayout/index.tsx index 23b8af397d..cb91ba38fd 100644 --- a/frontend/src/container/AppLayout/index.tsx +++ b/frontend/src/container/AppLayout/index.tsx @@ -325,7 +325,7 @@ function AppLayout(props: AppLayoutProps): JSX.Element { const handleFailedPayment = useCallback((): void => { manageCreditCard({ - url: window.location.href, + url: window.location.origin, }); }, [manageCreditCard]);