Hello
I’ve recently updated to v15.3.5, and I’ve noticed that I’ve started getting ValidationException
’s inside my Cart implementation. It appears commerce has started validating that there’s enough stock before allowing products to be added (perhaps during quantity updates and order finalize too). I’ve not noticed this before, is it new behaviour?
I thought that feature was one we needed to implement ourselves.