To turn on Business to Business in Klarna checkout I need to add an option to the implementation. I tried setting it in the default settings but I can't get it to work.
In the ProcessRequest method about line 212 you need to add the setting that is in the Klarna documentation.
It would be nice if you made it possible to have an optional property in the settings where it was possible to enable/disable B2B sale and then make a pull request :)
Klarna and B2B
Hi!
To turn on Business to Business in Klarna checkout I need to add an option to the implementation. I tried setting it in the default settings but I can't get it to work.
The instructions are here: https://developers.klarna.com/en/se/kco-v2/checkout/use-cases#b2b
I only need step 1a:
How can I solve this?
In the ProcessRequest method about line 212 you need to add the setting that is in the Klarna documentation.
It would be nice if you made it possible to have an optional property in the settings where it was possible to enable/disable B2B sale and then make a pull request :)
https://github.com/TeaCommerce/Payment-providers/blob/master/Source/TeaCommerce.PaymentProviders/Inline/Klarna.cs
is working on a reply...