Closed mrfzd closed 2 weeks ago
Medusa v2 seems not work with Plugins right now, so we need to wait they update.
Hey @mrfzd , thanks for reporting.
medusa-payment-stripe
won't work with Medusa 2.0
We have a nice guide in our docs on how to set up Stripe with v2.
Feel free to open a new issue if it doesn't solve your problem.
Package.json file
Node.js version
v20.10.0
Database and its version
PostgreSQL 16.0
Operating system name and version
Ubuntu 24.04
Browser name
Chrome
What happended?
Trying install
"medusa-payment-stripe": "^6.0.11"
with"@medusajs/medusa": "^2.0.4"
but getting the following error!I also tried adding the following peer dependency and then installing stripe but this didn't work either!
Expected behavior
To work with the latest Medusa
Actual behavior
Does not work with the latest Medusa ^2.0.4
Link to reproduction repo
This could be replicated using Medusa starter kit too