From 70e0e36264ca7fddd8a0b3b2e5e8edcf74b20580 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:43:34 -0500 Subject: [PATCH] Update Stripe API Version Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- lib/stripe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stripe.ts b/lib/stripe.ts index 2db886b..7b354db 100644 --- a/lib/stripe.ts +++ b/lib/stripe.ts @@ -1,6 +1,6 @@ import Stripe from 'stripe'; export const stripe = new Stripe(process.env.STRIPE_API_KEY!, { - apiVersion: '2024-12-18.acacia', + apiVersion: '2025-01-27.acacia', typescript: true, });