Skip to content

rounding different in order to original quote calculation #446

Closed
@fooman

Description

@fooman

When retrieving calculatedTaxes here

https://github.com/magento/magento2/blob/master/app/code/Magento/Tax/Helper/Data.php#L897

$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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Issue: Format is not validGate 1 Failed. Automatic verification of issue format is failed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions