Closed
Description
When retrieving calculatedTaxes here
$taxClassAmount[$taxClassId]['tax_amount'] += $price * $percent / 100;
the amounts are not rounded leading to different results to the original quote calculation.
Magento should be able to reconstruct the complete taxation on the order and produce the same results as the original quote (irrespective of any setting changes).