瀏覽代碼

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

Loading…
取消
儲存