@@ -81,8 +81,6 @@ class ProductPriceSolver | |||
public function getPriceWithTaxAndReduction(ProductPropertyInterface $product) | |||
{ | |||
//TODO voir différence entre prix ici et dans tableau décli | |||
dump('PV HT : '.$this->getPrice($product)); | |||
dump('PV TTC : '.$this->getPriceWithTax($product)); | |||
return $this->applyReductionCatalog( | |||
$product, | |||
$this->getPrice($product), |