#eleanor-portal-missing

1 messages · Page 1 of 1 (latest)

naive summitBOT
analog wagon
#

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

ruby anchor
#

We're have "stripe": "^8.130.0" in our package.json; could you point me to how to upgrade this? sorry

analog wagon
#

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

ruby anchor
analog wagon
#

correct

#

though you likely want to look into upgrading to a more recent one too

ruby anchor
#

yes, that makes sense — it clearly has been a while 😅 thanks for your help!