Bump Stripe

This commit is contained in:
Ahmad 2024-10-02 17:17:29 -04:00
parent 28d7ec3a5b
commit d41f600587
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-06-20',
apiVersion: '2024-09-30.acacia',
typescript: true,
});