Пример #1
0
 /**
  * @param GenericEvent $event
  */
 public function holdInventoryUnits(GenericEvent $event)
 {
     $this->inventoryHandler->holdInventory($this->getOrder($event));
 }