Updated Stripe API Version

This commit is contained in:
Ahmad 2024-06-25 22:40:08 -04:00
parent 47280da469
commit a43aed4bbf
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
3 changed files with 7 additions and 7 deletions

View file

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