Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 17, 2023
1 parent e29e9d6 commit 024f281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/test/typescriptTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ stripe = new Stripe('sk_test_123', {

// Check config object.
stripe = new Stripe('sk_test_123', {
apiVersion: '2022-11-15',
apiVersion: '2023-08-16',
typescript: true,
maxNetworkRetries: 1,
timeout: 1000,
Expand Down

0 comments on commit 024f281

Please sign in to comment.