Skip to content

Commit

Permalink
fix: change stripe api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Jun 30, 2024
1 parent d528566 commit 4065db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import Stripe from 'stripe';
import { env } from '@/env.mjs';

export const stripeServer = new Stripe(env.STRIPE_SECRET_KEY, {
apiVersion: '2024-04-10',
apiVersion: '2024-06-20',
});

0 comments on commit 4065db9

Please sign in to comment.