ソースを参照

Merge branch 'develop'

master
Guillaume 3年前
コミット
1e2b19da5b
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
{

読み込み中…
キャンセル
保存