public function isOrderShopPositiveAmount(OrderShopInterface $orderShop) | public function isOrderShopPositiveAmount(OrderShopInterface $orderShop) | ||||
{ | { | ||||
return $this->priceUtils->getTotalWithTax($orderShop) > 0 ; | |||||
return $this->priceUtils->getTotalWithTax($orderShop) >= 0 ; | |||||
} | } | ||||
public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop) | public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop) |