Klarna - Det valda leveransalternativet är tyvärr inte tillgängligt

Hi!

We are using add-on for Klarna Checkout V3 with Litium 5 Accelerator Mvc and have a problem in checkout: “Det valda leveransalternativet är tyvärr inte tillgängligt.”

image

We have solved this in another project in Litium 7 with this change in KlarnaWidget.cs (according to Klarna uriString error)

#if !DEBUG
            checkoutFlowInfo.SetValue(ConstantsAndKeys.ValidationUrlKey, validateUrl.AbsoluteUri);
            checkoutFlowInfo.SetValue(ConstantsAndKeys.AddressUpdateUrlKey, updateAddressUrl.AbsoluteUri);
#endif

How can we fix this in Litium 5 Accelerator Mvc where there is no KlarnaWidget.cs?

BR Jonas

Litium version: 5.6.6

The same lines are available in KlarnaPaymentWidgetController.cs

1 Like

Thank you @NilsN

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.