I have an order where one of the products is manually removed, as you can see on the screenshot below.
The price of the order has changed because the product has been removed:
However, when I call for the {{ order }} object on the /account/order page, I don’t see any value that reflects a certain line_item has been removed. Also the {{ order.total_price }}, {{ order.total_net_amount }} and other price values don’t reflect the price change.
So when I display the order info on the /account/order page it still looks like the removed line_item is still included in the order.
Is this a bug or am I missing some value in the line_item object?