From 34209aeeda868387ddf8ba526cd6a44cc3a0cbee Mon Sep 17 00:00:00 2001 From: Franjo Mindek Date: Wed, 1 Oct 2025 11:48:58 +0200 Subject: [PATCH] fix typo --- template/app/src/payment/stripe/checkoutUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app/src/payment/stripe/checkoutUtils.ts b/template/app/src/payment/stripe/checkoutUtils.ts index 495de3c..cb9af7b 100644 --- a/template/app/src/payment/stripe/checkoutUtils.ts +++ b/template/app/src/payment/stripe/checkoutUtils.ts @@ -48,7 +48,7 @@ export async function createStripeCheckoutSession({ ], mode, success_url: `${CLIENT_BASE_URL}/checkout?status=success`, - cancel_url: `${CLIENT_BASE_URL}/checkout?status=cancel`, + cancel_url: `${CLIENT_BASE_URL}/checkout?status=canceled`, automatic_tax: { enabled: true }, allow_promotion_codes: true, customer_update: {