Skip to content

Commit

Permalink
fix: bump default Stripe API version
Browse files Browse the repository at this point in the history
  • Loading branch information
fermentfan committed Mar 3, 2024
1 parent f323288 commit 43b4a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stripe/src/stripe.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class StripeModule
useFactory: ({
apiKey,
typescript = true,
apiVersion = '2022-11-15',
apiVersion = '2023-10-16',
webhookConfig,
...options
}: StripeModuleConfig): Stripe => {
Expand Down

0 comments on commit 43b4a09

Please sign in to comment.