Bläddra i källkod

Add OrderShopSolver::countValidComplementaryOrderShops()

develop
Guillaume 1 år sedan
förälder
incheckning
2f2d009fc1
1 ändrade filer med 5 tillägg och 0 borttagningar
  1. +5
    -0
      Solver/Order/OrderShopSolver.php

+ 5
- 0
Solver/Order/OrderShopSolver.php Visa fil

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

Laddar…
Avbryt
Spara