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

Orders table total only reflect first payment #201

Closed
manueldelreal opened this issue Feb 4, 2020 · 0 comments · Fixed by #217
Closed

Orders table total only reflect first payment #201

manueldelreal opened this issue Feb 4, 2020 · 0 comments · Fixed by #217
Assignees
Labels
bug For issues that describe a defect or regression in the released software

Comments

@manueldelreal
Copy link
Member

Issue Description

If an order is split into more than one type of payment the order total displayed on the orders table will only reflect the amount for the first payment made rather than the entire order.

Steps to Reproduce

  1. Add a product to cart
  2. Go to checkout
  3. Make a partial payment
  4. Complete payment with another form of payment (or same one, key is to split payment into more than one installment)
  5. Check order on orders table from the admin

Actual results

total displayed corresponds to the amount on the first payment, rather than the order as a total

@manueldelreal manueldelreal added the bug For issues that describe a defect or regression in the released software label Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug For issues that describe a defect or regression in the released software
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants