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

When change order's status to "Invoice", COD's tax is deducted from grand total #21

Open
fouli86 opened this issue Oct 4, 2019 · 0 comments

Comments

@fouli86
Copy link

fouli86 commented Oct 4, 2019

Preconditions

  1. Magento 2.2.9
  2. PHP 7.1

Steps to reproduce

  1. Make a test order from the frontend
  2. Process the order on the backend and generate the invoice

Expected result

  1. Grand total should be product's price + shipping + COD
  2. Total paid should be product's price + shipping + COD

Actual result

  1. The grand total is correct
  2. The total paid is product's price + shipping + (COD - tax)
  3. There is a total due which is the COD's tax amount

Both products and shipping method are taxable. I have applied the fixes mentioned in #18 . Which file should I edit and how? Any suggestions?

Regards,
Fay

Screenshot 2019-10-04 17 09 14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant