diff --git a/src/components/PaymentPage/results/ErrorPage/index.tsx b/src/components/PaymentPage/results/ErrorPage/index.tsx index b5eab29..98bc20e 100644 --- a/src/components/PaymentPage/results/ErrorPage/index.tsx +++ b/src/components/PaymentPage/results/ErrorPage/index.tsx @@ -8,7 +8,7 @@ import MainButton from "@/components/MainButton"; function PaymentFailPage(): JSX.Element { const { t } = useTranslation(); const navigate = useNavigate(); - const handleNext = () => navigate(routes.client.paymentMethod()); + const handleNext = () => navigate(routes.client.trialPayment()); return (
diff --git a/src/components/StripePage/ApplePayButton/index.tsx b/src/components/StripePage/ApplePayButton/index.tsx index e7a0988..abf3c9a 100644 --- a/src/components/StripePage/ApplePayButton/index.tsx +++ b/src/components/StripePage/ApplePayButton/index.tsx @@ -68,9 +68,7 @@ function ApplePayButton({ }, { handleActions: false } ); - - console.log("STRIPE APPLEPAY paymentIntent: ", paymentIntent); - console.log("STRIPE APPLEPAY ERROR: ", stripeError); + paymentIntent; fetch("https://9bbb-78-85-20-145.ngrok-free.app/test", { method: "POST",