From d060354135d0ad94a06e25789266981d3f548079 Mon Sep 17 00:00:00 2001 From: AtlasShd Date: Thu, 27 Nov 2025 12:31:24 +0300 Subject: [PATCH] chore: update Stripe API version --- firestore-stripe-payments/functions/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firestore-stripe-payments/functions/src/config.ts b/firestore-stripe-payments/functions/src/config.ts index 5b1810ce..7de7d285 100644 --- a/firestore-stripe-payments/functions/src/config.ts +++ b/firestore-stripe-payments/functions/src/config.ts @@ -40,7 +40,7 @@ const config: ExtensionConfig = { Number(process.env.CREATE_CHECKOUT_SESSION_MIN_INSTANCES) ?? 0, }; -export const apiVersion = '2022-11-15'; +export const apiVersion = '2023-08-16'; export const stripe = new Stripe(config.stripeSecretKey, { apiVersion,