Przeglądaj źródła

Correctif mineur

packProduct
Fabien Normand 3 lat temu
rodzic
commit
4b725aa2b8
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      Builder/Order/OrderShopBuilder.php

+ 2
- 0
Builder/Order/OrderShopBuilder.php Wyświetl plik

@@ -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);

Ładowanie…
Anuluj
Zapisz