Преглед на файлове

Correctif mineur

packProduct
Fabien Normand преди 3 години
родител
ревизия
0966084fb7
променени са 1 файла, в които са добавени 0 реда и са изтрити 11 реда
  1. +0
    -11
      Repository/Order/OrderProductStore.php

+ 0
- 11
Repository/Order/OrderProductStore.php Целия файл

@@ -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…
Отказ
Запис