#driveroval
1 messages · Page 1 of 1 (latest)
Hi there 👋 apologies for the delay, can you tell me a bit more about where you're seeing this?
Are you using our Node library, and if so are you on at least version 9.10.0 where support for that field was added?
https://github.com/stripe/stripe-node/releases/tag/v9.10.0
yes, I'm using the sdk, ( "stripe": "^8.168.0",)
let me update then and try again...
running npm upgrade just increase the version to "^8.222.0"
How can I do the upgrade? Do you have a doc for doing that?
I don't think we have a doc specifically about that, but looking. We typically assume developers are familiar with managing and upgrading packages within their environments. Do you have something in your package file that is limiting the major version of Stripe that can be installed? 8.222.0 is the last version of 8.x, so it seems like it upgraded you to the latest minor version for the major version you were on.
done, I've updated the config