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
When executing the mutation adjustOrderLine and passing a quantity of 0, the server errors with "Cannot read property 'pendingAdjustments' of undefined"
Describe the bug
When executing the mutation
adjustOrderLine
and passing a quantity of0
, the server errors with "Cannot read property 'pendingAdjustments' of undefined"To Reproduce
Steps to reproduce the behavior:
adjustOrderLine(orderLineId: <ID>, quantity: 0) { ...}
Expected behavior
In this case it should behave the same as
removeOrderLine
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: