Hi,
In the klarna v3 payment provider we enabled the following option
Upon investigation, i found out that the property "allowed_customer_types," which is type List<string>, has not been initialized either in the constructor or elsewhere in the class. This lack of initialization is causing the error to be thrown
can this be fixed in the next update?
/Umar