I get the below error
Messages: Value cannot be null.
Parameter name: uriString
Exception: System.ArgumentNullException, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
at System.Uri..ctor(String uriString)
at Litium.AddOns.Klarna.PaymentArgs.KlarnaPaymentArgs.GetMerchantUrls(String paymentAccountId)
at Litium.AddOns.Klarna.Kco.LitiumKcoApi.CreateOrUpdateKcoOrder(OrderCarrier orderCarrier, ExecutePaymentArgs args)
I have created a new channel, and setup a new klarna test account as payment provider.
The old payment provider works fine without any problem.
Please let me know what could be possible wrong with the new setup.
The url to new channel is accessible from internet.
Litium version: [7.4.1]