From 873c52ecc2473880e8a2a8a86075a2a00c03235c Mon Sep 17 00:00:00 2001 From: Daniel Gak Anagrov Date: Mon, 28 Jul 2025 18:40:34 +0200 Subject: [PATCH] fix: stripe (#5156) --- .../gatekeeper/clients/checkout/createCheckoutSession.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/server/modules/gatekeeper/clients/checkout/createCheckoutSession.ts b/packages/server/modules/gatekeeper/clients/checkout/createCheckoutSession.ts index fba595f7c..182eb1810 100644 --- a/packages/server/modules/gatekeeper/clients/checkout/createCheckoutSession.ts +++ b/packages/server/modules/gatekeeper/clients/checkout/createCheckoutSession.ts @@ -48,9 +48,6 @@ export const createCheckoutSessionFactory = automatic_tax: { enabled: true }, - invoice_creation: { - enabled: true - }, tax_id_collection: { enabled: true }