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

Open
wants to merge 60 commits into
base: main
Choose a base branch
from

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

composer.json Outdated Show resolved Hide resolved
@candemiralp candemiralp changed the title [ECP-9225] Use Magento_Weee module to build open invoice line items [ECP-9225] Use Magento_Tax module to build open invoice line items Jan 8, 2025
@candemiralp candemiralp added the Fix Indicates a bug fix label Jan 8, 2025
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
3 participants