stripe / stripe-node

Node.js library for the Stripe API.
https://stripe.com
MIT License
3.85k stars 748 forks source link

Update API version in TS example project #2115

Closed xavdid-stripe closed 3 months ago

xavdid-stripe commented 3 months ago

The latest API version means a different string literal when creating a client, causing a type error in a test. I've updated the test.

Long term we should set this up so new API versions don't break CI, but this is fine for now.