#warn: You don't have any payment provider plugins installed. You may want to add one to your proj

1 messages · Page 1 of 1 (latest)

digital jewel
#

I just updated my medusa to 1.20.2. and after running yarn dev or yarn build I got a warning message: You don't have any payment provider plugins installed. You may want to add one to your project..

It was working before. for reference guys here is my package.json and my payment.ts file.

timid charm
#

You have the plugin in the config file?

digital jewel
#

No. I am using a custom payment.

digital jewel
timid charm
#

So the message is valid, no?

digital jewel
#

before updating to 1.20.2 medusajs can detect my custom payment provider without adding the plugin in the config file. I am still debugging why I am getting the warning. I think medusajs is not able to find my file inside src/services/skipcash.ts