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
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
You will get Could not add the product with SKU my-simple-product to the shopping cart: The fewest you may purchase is 1. error. This is the expected result.
Now, please add 1 x my-simple-product into shopping cart
Uh oh!
There was an error while loading. Please reload this page.
Issue is reproduce-able in GraphQl - https://github.com/magento/graphql-ce
Preconditions (*)
my-simple-product
100
1
No
Steps to reproduce (*)
0.5
xmy-simple-product
into shopping cartYou will get
Could not add the product with SKU my-simple-product to the shopping cart: The fewest you may purchase is 1.
error. This is the expected result.Now, please add
1
xmy-simple-product
into shopping cartmy-simple-product
quantity throughupdateCartItems
mutation queryExpected result (*)
updateCartItems
should returnThe fewest you may purchase is 1.
error:Actual result (*)
updateCartItems
returnsInvalid value of "0" provided for the qty field.
:@TomashKhamlai , could you please review this issue and let me know if the expected result is correct?
Thank you!!
CC: @galaoleksandr
The text was updated successfully, but these errors were encountered: