Skip to content

Commit

Permalink
Update Stripe API version
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 1, 2025
1 parent 3306d5d commit 3e84a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/payments/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Stripe from 'stripe';
import { keys } from './keys';

export const stripe = new Stripe(keys().STRIPE_SECRET_KEY, {
apiVersion: '2024-11-20.acacia',
apiVersion: '2024-12-18.acacia',
});

export type { Stripe } from 'stripe';

0 comments on commit 3e84a8b

Please sign in to comment.