Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ECP-9225] Use Magento_Tax module to build open invoice line items #2651

Merged
merged 64 commits into from
Feb 18, 2025

Conversation

RokPopov
Copy link
Contributor

@RokPopov RokPopov commented Jun 7, 2024

Description
After multiple attempts of addressing the issues with open invoice line items not reflecting the correct values, the idea behind this PR is to deprecate the methods in the plugin responsible for tax line item calculations and use Magento_Tax module to get display prices instead.

Tested scenarios
Different tax configurations:

  • No tax
  • Different tax rates
  • Prices including tax
  • Prices excluding tax
  • Apply tax on original price before discount
  • Apply tax on discounted price
  • No shipping charges
  • Flat rate shipping
  • Shipping tax configurations (including/excluding tax)
  • Discount set with cart marketing rule

Fixes #2580

@candemiralp candemiralp merged commit a54c952 into main Feb 18, 2025
15 checks passed
@candemiralp candemiralp deleted the ECP-9225 branch February 18, 2025 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fix Indicates a bug fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ECP-9133][ECP-9225] Unable to place an order with discount code using Klarna
4 participants