NilsN
September 4, 2020, 11:47am
2
When do you save the order note to the order carrier? If you don’t refresh the widget after updating the new data isn’t stored in the temporary order carrier kept on disc.
After updating the order in the shopping cart the order for Klarna need to be updated, this is done automatically in the IPaymentWidget.GetWidget method for the Klarna payment widget (implemented in KlarnaPaymentWidgetController).
If you not refreshing the widget you anyway need to update the order information that is sent and stored for Klarna, see the above method with the call of method klarnaCheckout.CreateOrUpdateKcoOrder that you manually need to invoke.
Note: File and method names is fr…