Anyone else experienced problems with the DIBS Easy Checkout when discount is applied?
We get this error from DIBS whenever someone tries to make a payment with discounted products.
Payment request failed with following errors: { "order.Items[1].TaxRate": [ "TaxRate must be greater than or equal to zero" ] }
It looks like Dynamicweb is sending a negative number in the TaxRate field.
Dont know if this has anything to do with discounts being handled from the NAV integration, or if it is generally discounts failing with DIBS Easy.
Also, where can I see what is being sent into DIBS? The templates does not contain anything, as far as I can see. So I guess this is handled in the backend?