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
Describe the bug
The OrderItemPriceCalculationStrategy used to adjust price calculation when items are being added or adjusted is not invoked on order modifications, specifically when a new item is added to the order during a modification.
Describe the bug
The OrderItemPriceCalculationStrategy used to adjust price calculation when items are being added or adjusted is not invoked on order modifications, specifically when a new item is added to the order during a modification.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the OrderItemPriceCalculationStrategy to be used here as well.
Environment (please complete the following information):
Fresh installation with the @vendure/create tool
Additional context
This is potentially a breaking change as price calculation is handled differently.
The text was updated successfully, but these errors were encountered: