diff --git a/features/integrations/payment/stripe.ts b/features/integrations/payment/stripe.ts index 969f724..010c756 100644 --- a/features/integrations/payment/stripe.ts +++ b/features/integrations/payment/stripe.ts @@ -6,7 +6,7 @@ const getStripeClient = () => { throw new Error("Stripe secret key not configured"); } return new Stripe(stripeKey, { - apiVersion: "2023-10-16", + apiVersion: "2025-08-27.basil", }); };