Preview/discount pages
This commit is contained in:
parent
402139efef
commit
a46b3a812d
@ -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 (
|
||||
<section className={`${styles.page} page`}>
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user