Updated Stripe API Version

This commit is contained in:
Ahmad 2024-11-25 16:03:49 -05:00
parent 44f36f0ceb
commit 87a48c4fc7
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
2 changed files with 138 additions and 298 deletions

View file

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