ソースを参照

Add OrderShopSolver::countValidComplementaryOrderShops()

develop
Guillaume 1年前
コミット
2f2d009fc1
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      Solver/Order/OrderShopSolver.php

+ 5
- 0
Solver/Order/OrderShopSolver.php ファイルの表示

@@ -231,6 +231,11 @@ class OrderShopSolver
}
return $arrayComplementaryOrderShops;
}
public function countValidComplementaryOrderShops(OrderShopInterface $orderShop): int
{
return count($this->getValidComplementaryOrderShops($orderShop));
}

public function getOrderStatusHistory(OrderShopInterface $orderShop, OrderStatusInterface $status)
{

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