#Jasuno

1 messages · Page 1 of 1 (latest)

hasty coralBOT
alpine minnow
frosty pond
#

Im not able to make the request because my linter is saying its required

alpine minnow
#

Oh

#

Then that seems like a problem with your linter

#

If you actually attempt to make the request what happens? Can you share a request id?

frosty pond
#

Well i'm using typeScript so its probably a problem with the type file CustomerListPaymentMethodsParams should be change so type is optional

alpine minnow
#

What version of the node library are you using?

frosty pond
#

"stripe": "^10.16.0"

alpine minnow
#

Ah

#

Need at least 11.3.0

frosty pond
#

Ahh ok ill update then

hasty coralBOT
frosty pond
#

Thanks

alpine minnow
#

No problem!

frosty pond
#

Is there a migration doc for breaking changes?

alpine minnow
#

No migration guide; just the changelog. Updates are incremental for the most part, so there's not often a large version drop requiring an extension migration guide

#

Recommend just reading through to see if your integration relies on any of the pieces changed. Then, thoroughly test your code for breakage after the update

frosty pond
#

Thanks that works