From 2ad11b75250fcf4d47ba2239f1e2eb35b051bbc6 Mon Sep 17 00:00:00 2001 From: Arhan Ansari Date: Sun, 6 Oct 2024 11:41:02 +0530 Subject: [PATCH] Update stripe.ts --- lib/stripe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe.ts b/lib/stripe.ts index fd77f49..1f178e5 100644 --- a/lib/stripe.ts +++ b/lib/stripe.ts @@ -9,7 +9,7 @@ if (!stripeSecretKey) { } const stripe = new Stripe(stripeSecretKey, { - apiVersion: "2024-06-20", + apiVersion: "2024-09-30.acacia", }); export default stripe;