stripe / stripe-node

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

Update API version in TS example project #2115

Closed xavdid-stripe closed 5 months ago

xavdid-stripe commented 5 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.