Ver código fonte

Correctif mineur

packProduct
Fabien Normand 3 anos atrás
pai
commit
4b725aa2b8
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      Builder/Order/OrderShopBuilder.php

+ 2
- 0
Builder/Order/OrderShopBuilder.php Ver arquivo

@@ -339,6 +339,8 @@ class OrderShopBuilder
OrderShopInterface $orderShop2,
$persist = true
): OrderShopInterface {
$this->entityManager->refresh($orderShop1);
$this->entityManager->refresh($orderShop2);
if ($orderShop1 && $orderShop2) {
foreach ($orderShop2->getOrderProducts() as $orderProduct) {
$orderProductAlreadyInCart = $this->orderShopSolver->hasOrderProductAlreadyInCart($orderShop1, $orderProduct);

Carregando…
Cancelar
Salvar