Skip to content

Commit 519bb2a

Browse files
committed
Update Stripe SDK API version to support invoice creation without line items
1 parent 65e79d1 commit 519bb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/stripe/stripe.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ export default {
658658
},
659659
sdk() {
660660
return stripe(this._apiKey(), {
661-
apiVersion: "2020-03-02",
661+
apiVersion: "2022-11-15",
662662
maxNetworkRetries: 2,
663663
});
664664
},

0 commit comments

Comments
 (0)