Hi!
This function gets called but I still only get private person option. Do you have to activate organization checkout it in Klarna maybe?
private void UpdateDataSentToKlarnaV3(OrderCarrier orderCarrier, KlarnaPaymentArgs paymentArgs, CheckoutOrder klarnaCheckoutOrder)
{
if (klarnaCheckoutOrder.CheckoutOptions == null)
{
klarnaCheckoutOrder.CheckoutOptions = new CheckoutOptions();
}
klarnaCheckoutOrder.CheckoutOptions.AllowedCustomerTypes = new List<string> {"person", "organization"};
}
Thanks!
/Kristoffer
Litium version: 4.8.11