#Question regarding env. variables for Klarna plugn
1 messages · Page 1 of 1 (latest)
I am also wondering about these
Will this help: https://docs.medusajs.com/plugins/payment/klarna
I read that. What does
’’’
<YOUR_KLARNA_BACKEND_URL> is your Klarna URL.
’’’
mean?
Apparently it is different from KLARNA_URL which is the base url
I don't use Klarna, so I'm not sure. But looking at the source code, it looks like it's actually medusa backend url, because it uses the routes from the plugin: https://github.com/medusajs/medusa/blob/master/packages/medusa-payment-klarna/src/services/klarna-provider.js#L150
I'm not sure.
Aha interesting