title | issue |
---|---|
Fix unable to change tax value in admin order |
NEXT-11803 |
- Changed method
onItemChanged
inmodule/sw-order/component/sw-order-product-select
to gettaxRate
from producttax
. - Changed method
getPayloadForItem
incore/service/api/cart-store-api.api.service
to addpriceDefinition
toitem
when changingtaxRate
and addquantity
topriceDefinition
when changingquantity
ofCUSTOM
product.