{ | { | ||||
$total = 0; | $total = 0; | ||||
foreach ($orderProducts as $orderProduct) { | foreach ($orderProducts as $orderProduct) { | ||||
$total += $this->orderProductPriceResolver->getTotalWithTaxAndReduction($orderProduct, false); | |||||
//TODO : ici c'est pas possibble de mettre roud à false sinon ça fou une merde du tonnerre de dieu !!!!! | |||||
$total += $this->orderProductPriceResolver->getTotalWithTaxAndReduction($orderProduct); | |||||
} | } | ||||
return $this->round($total); | return $this->round($total); |