@@ -356,7 +356,7 @@ class OrderUtils | |||
public function isOrderShopPositiveAmount(OrderShopInterface $orderShop) | |||
{ | |||
return $this->priceUtils->getTotalWithTax($orderShop) > 0 ; | |||
return $this->priceUtils->getTotalWithTax($orderShop) >= 0 ; | |||
} | |||
public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop) |