You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Klarna requires each line item in cart to be sent to them. The stripe integration only sends the total amount and Stripe is fine with that. Unfortunately klarna is not.
Is there any inbuilt way that I have missed? We have an associated cartId from the paymentSessionId but it's a bit dirty cross referencing between modules like that considering Medusa's philosophy. Have I msised something or do we need to modify the current implementation for AbstractPaymentProvider to allow for this to work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Klarna requires each line item in cart to be sent to them. The stripe integration only sends the total amount and Stripe is fine with that. Unfortunately klarna is not.
Is there any inbuilt way that I have missed? We have an associated cartId from the paymentSessionId but it's a bit dirty cross referencing between modules like that considering Medusa's philosophy. Have I msised something or do we need to modify the current implementation for AbstractPaymentProvider to allow for this to work?
Beta Was this translation helpful? Give feedback.
All reactions