@@ -180,6 +180,8 @@ class OrderUtils | |||
if ($persist) { | |||
$this->em->flush(); | |||
} | |||
$this->eventOrderShopChangeQuantity($orderShop) ; | |||
} | |||
} | |||
else { | |||
@@ -336,4 +338,9 @@ class OrderUtils | |||
return $orderProductsByProductFamily; | |||
} | |||
public function eventOrderShopChangeQuantity(OrderShopInterface $orderShop) | |||
{ | |||
} | |||
} |