-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hi,
we are using Klarna on site where it is failing to work with module that plays with order line totals, we recently faced an issue where a module adds a certain amount like extra charges and also subtracts a certain amount (based on some business logic) . The module works perfectly with Paypal, amazon and couple of other payment methods used on site.
Customers should see the checkout page and place order with Klarna payment method, like other payment methods do, with updated Order Grand total.
Customers see a blank Checkout page.
whereas in logs it throws an error as following:
Order line totals do not total order_amount - xxxx != xxx
as soon i disable the klarna payment method, site is back on track.
There should be a way like Paypal, to allow system to inject custom line totals, with Total Label, Total code and (+/-) amount Or atleast it should work with updated totals.
thanks,