Replies: 1 comment
-
any updates? i see a similar problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m trying to migrate the Klarna module to MedusaJS 2.0, and I believe there might be a bug when creating a new payment provider module in the backend.
Currently, I have my module imported using the new architecture, and the database now contains the new payment provider ID in the table.
However, the backend is returning the error: Could not find a payment provider with id: pp_klarna_klarna when I call the endpoint /store/payment-collections/pay_col_01JDHCVTVF3XAJR05RN0C3ZVV2/payment-sessions, using provider_id: "pp_klarna_klarna"
As far as I can see, the payment provider is enabled, created in the database, and activated in the admin panel.
How can I resolve this issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions