浏览代码

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

正在加载...
取消
保存