solidus icon indicating copy to clipboard operation
solidus copied to clipboard

Stop setting line items with quantity of zero

Open RyanofWoods opened this issue 1 year ago • 0 comments

Summary

In order to order to be able to update LineItem's validations to stop allowing a quantity of zero, we need to remove code that saves LineItems with a quantity of 0 (or less which gets normalized to 0).

Checklist

Check out our PR guidelines for more details.

The following are mandatory for all PRs:

The following are not always needed:

  • 📖 I have updated the README to account for my changes.
  • 📑 I have documented new code with YARD.
  • 🛣️ I have opened a PR to update the guides.
  • ✅ I have added automated tests to cover my changes.
  • 📸 I have attached screenshots to demo visual changes.

RyanofWoods avatar Jul 21 '23 15:07 RyanofWoods