Update Stripe API Version

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-01-28 16:43:34 -05:00 committed by GitHub
parent 31fd41216e
commit 70e0e36264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
});