You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Place an order with (at least) 2 line items in the cart
Go to the admin panel and select the placed order
(Optional) Capture the pending payment
Split the created shipment into 2 separated shipment with the usual flow
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:
System configuration
Solidus Version: Latest from master branch
Extensions in use: None
The text was updated successfully, but these errors were encountered:
Steps to reproduce
(Optional) Capture the pending payment
If you captured the payment, check how payment status didn't change from
paid
tobalance 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
tobalance due
if the payment was capturedActual 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:
System configuration
Solidus Version: Latest from
master
branchExtensions in use: None
The text was updated successfully, but these errors were encountered: