Procházet zdrojové kódy

Correctif mineur

packProduct
Fabien Normand před 2 roky
rodič
revize
0966084fb7
1 změnil soubory, kde provedl 0 přidání a 11 odebrání
  1. +0
    -11
      Repository/Order/OrderProductStore.php

+ 0
- 11
Repository/Order/OrderProductStore.php Zobrazit soubor

@@ -39,17 +39,6 @@ class OrderProductStore extends AbstractStore
return $query;
}

// findGiftVouchersByOrder
public function getGiftVouchersByOrder(OrderShopInterface $orderShop): array
{
$query = $this->createQuery();
$query
->filterByOrderShop($orderShop)
->filterIsGiftVoucherActive();

return $query->find();
}

// findOrderProductsInCartsByProduct
public function getInCartsByProduct(ProductInterface $product, $query = null): array
{

Načítá se…
Zrušit
Uložit