Skip to content

Commit

Permalink
Fix test more
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 17, 2023
1 parent 024f281 commit f397c36
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 @@ -9,7 +9,7 @@
import Stripe from 'stripe';

let stripe = new Stripe('sk_test_123', {
apiVersion: '2022-11-15',
apiVersion: '2023-08-16',
});

// @ts-ignore lazily ignore apiVersion requirement.
Expand Down

0 comments on commit f397c36

Please sign in to comment.