thanks to replace :
'value' => NumberFormatter::format($this->priceAmount, 2),
By
'value' => NumberFormatter::format($this->priceAmount, 4),
in the file Price.php
because on Peppol Network we can send the unit price Without Tax using 4 decimals.
Greg.
thanks to replace :
'value' => NumberFormatter::format($this->priceAmount, 2),
By
'value' => NumberFormatter::format($this->priceAmount, 4),
in the file Price.php
because on Peppol Network we can send the unit price Without Tax using 4 decimals.
Greg.