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

Order totals and payment status are not recalculated after splitting shipment #2554

Closed
vzqzac opened this issue Feb 2, 2018 · 0 comments
Closed

Comments

@vzqzac
Copy link
Contributor

vzqzac commented Feb 2, 2018

Steps to reproduce

  1. Place an order with (at least) 2 line items in the cart
  2. Go to the admin panel and select the placed order
    (Optional) Capture the pending payment
  3. Split the created shipment into 2 separated shipment with the usual flow
  4. Verify how order totals (total, ship total, tax)
    If you captured the payment, check how payment status didn't change from paid to balance due

Expected behavior

Ship total should change (double)
Tax total should change (double, based on the shipping method's tax rate)
Order total should reflect the increase of ship total and tax total
Order's payment status should change from paid to balance due if the payment was captured

Actual behavior

New shipment is created properly but order is not updated, totals nor payment status

Here's a gif with the problem in the sandbox:

issue

System configuration

Solidus Version: Latest from master branch

Extensions in use: None

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