@@ -82,7 +82,7 @@ class OrderShopPriceUtils implements OrderShopPriceUtilsInterface | |||
$totalReductionAmount = 0 ; | |||
foreach ($orderShop->getOrderReductionCarts() as $orderReductionCart) { | |||
$totalReductionAmount += $this->amountOrderProductsReductionCart($orderShop,$orderReductionCart); | |||
$totalReductionAmount += $this->getOrderProductsReductionCartAmountWithoutTax($orderShop,$orderReductionCart); | |||
} | |||
$total -= $totalReductionAmount ; |