|
|
|
|
|
|
|
|
OrderShopInterface $orderShop2, |
|
|
OrderShopInterface $orderShop2, |
|
|
$persist = true |
|
|
$persist = true |
|
|
): OrderShopInterface { |
|
|
): OrderShopInterface { |
|
|
|
|
|
$this->entityManager->refresh($orderShop1); |
|
|
|
|
|
$this->entityManager->refresh($orderShop2); |
|
|
if ($orderShop1 && $orderShop2) { |
|
|
if ($orderShop1 && $orderShop2) { |
|
|
foreach ($orderShop2->getOrderProducts() as $orderProduct) { |
|
|
foreach ($orderShop2->getOrderProducts() as $orderProduct) { |
|
|
$orderProductAlreadyInCart = $this->orderShopSolver->hasOrderProductAlreadyInCart($orderShop1, $orderProduct); |
|
|
$orderProductAlreadyInCart = $this->orderShopSolver->hasOrderProductAlreadyInCart($orderShop1, $orderProduct); |