Defect HC-22155

Improper error handling when adding items to cart with quantities beyond allowed limits.

Software

Customer case Applies to Corrected in
CS0343216 V9.1.11.0 9.1.12.0

Observed behavior

When adding an item to the cart, if there are minimum and maximum quantity ranges for the item, setting the quantity above the maximum is not handled correctly and a "bad request" error is shown.

Expected behavior

The code should properly handle situations where the quantity is outside of the allowable range.

Resolution

Fixed