Skip to content

Commit

Permalink
Removing the API version beta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaloguercio-stripe committed Aug 29, 2024
1 parent e6b46c0 commit 9eddfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import Stripe from 'stripe';

export const stripe = new Stripe(process.env.STRIPE_SECRET_KEY, {
// @ts-ignore
apiVersion: '2023-10-16; embedded_connect_beta=v2',
apiVersion: '2023-10-16',
});

0 comments on commit 9eddfc9

Please sign in to comment.