#eleanor-portal-missing
1 messages · Page 1 of 1 (latest)
eleanor-portal-missing
@ruby anchor which library are you using? stripe-node?
Usually this error means you're on an older version of the library, before that API shipped. So you need to upgrade that library
We're have "stripe": "^8.130.0" in our package.json; could you point me to how to upgrade this? sorry
you never confirmed which library you use. Is this stripe-node?
If so that version is quite old from months ago and we released many versions from it, multiple breaking so it's not as easy as just upgrading, you need to carefully look at the changelog and ensure you won't lose features
ah, yes we are. thank you! found that I think what we want is in 8.193 https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#81930---2021-12-09.
yes, that makes sense — it clearly has been a while 😅 thanks for your help!