Sfoglia il codice sorgente

Correctif mineur

packProduct
Fabien Normand 3 anni fa
parent
commit
0966084fb7
1 ha cambiato i file con 0 aggiunte e 11 eliminazioni
  1. +0
    -11
      Repository/Order/OrderProductStore.php

+ 0
- 11
Repository/Order/OrderProductStore.php Vedi File

@@ -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
{

Loading…
Annulla
Salva