Updated Stripe API Version

This commit is contained in:
Ahmad 2024-04-11 18:10:44 -04:00
parent ee2851bdbc
commit 13c8c470ea
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import Stripe from 'stripe';
export const stripe = new Stripe(process.env.STRIPE_API_KEY!, {
apiVersion: '2023-10-16',
apiVersion: '2024-04-10',
typescript: true,
});