if (!$updated) { | if (!$updated) { | ||||
$orderShop->addOrderProduct($orderProductAdd); | $orderShop->addOrderProduct($orderProductAdd); | ||||
$this->em->persist($orderProductReductionCatalog); | |||||
if(isset($orderProductReductionCatalog)) { | |||||
$this->em->persist($orderProductReductionCatalog); | |||||
} | |||||
$this->em->persist($orderProductAdd); | $this->em->persist($orderProductAdd); | ||||
$this->em->persist($orderShop); | $this->em->persist($orderShop); | ||||
} | } |