@@ -46,11 +46,11 @@ class ProductPriceSolver extends AbstractService implements SolverInterface | |||
PointSale $pointSale = null): ?string | |||
{ | |||
$typeMatchArray = [ | |||
'matchUserPointSale', | |||
'matchUser', | |||
'matchUserGroupPointSale', | |||
'matchUserGroup', | |||
'matchPointSale', | |||
'matchUserPointSale', | |||
'matchUserGroupPointSale' | |||
'matchPointSale' | |||
]; | |||
foreach($typeMatchArray as $typeMatch) { |