Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I customized a payment processor and linked it to the node_model as a yarn link, but I can't find my customized payment method under the Manage Payment Providers page. May I ask which step is wrong and can you give me help? #7032

Open
1 of 2 tasks
Garnett1314 opened this issue Apr 9, 2024 · 1 comment

Comments

@Garnett1314
Copy link

Preliminary Checks

Issue Summary

I customized a payment processor and linked it to the node_model as a yarn link, but I can't find my customized payment method under the Manage Payment Providers page. May I ask which step is wrong and can you give me help?

How can this issue be resolved?

I customized a payment processor and linked it to the node_model as a yarn link, but I can't find my customized payment method under the Manage Payment Providers page. May I ask which step is wrong and can you give me help?

Are you interested in working on this issue?

  • I would like to fix this issue
@hadicph
Copy link

hadicph commented Apr 10, 2024

I think the approach taken in medusa to customize a payment processor is to create a payment service file inside src/services in your backend projects, you can follow the following documentation provided: https://docs.medusajs.com/modules/carts-and-checkout/backend/add-payment-provider
It sounds like you are creating a separate package that you are linking, taking that approach can be slightly more difficult, but in case you would like to do that remember to also add the package to medusa-config.js
Hope this helps :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants