Closed
Description
The full tax summary is displaying total tax, instead of showing individual tax value.
Preconditions
- Magento 2.1.8 and 2.2.0
- PHP 7.0.22
- MYSQL 5.6.35
Steps to reproduce
- Set Display Full Tax Summary to Yes
- Set up 2 tax rule to apply 2 taxes.
- Create an order with 2 taxes. I create an order for BC Canada with GST 5% and PST 7%.
- Go to order page and expand total tax summary
Expected result
- GST and PST should have a different value.
Actual Result
- GST and PST have a totaled value.
The Current Fix:
Magento 1 appearently used to has this issue as well. I ported the M1 fix to M2. The change worked.
See the following gist for detail in line 88.
https://gist.github.com/heyqule/7c830137715544ff95baba50a5ed3d80
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release