You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it appears that the price returned for each order item does not include the corresponding amount of ecotax, and that the only way to determine whether ecotax has been applied to an order is to check whether the sum of the prices is less than the productAmount of the order.
This implies in turn that there is no reliable way to know the exact amount of ecotax applied to a given item.
Would it be possible to provide this information via a getEcotaxAmount method on OrderItem?
The text was updated successfully, but these errors were encountered:
Currently, it appears that the
price
returned for each order item does not include the corresponding amount of ecotax, and that the only way to determine whether ecotax has been applied to an order is to check whether the sum of theprice
s is less than theproductAmount
of the order.This implies in turn that there is no reliable way to know the exact amount of ecotax applied to a given item.
Would it be possible to provide this information via a
getEcotaxAmount
method onOrderItem
?The text was updated successfully, but these errors were encountered: