LocalOrbit / localorbit

Local Orbit is an open source web application and service that empowers food hubs to efficiently sell and distribute local food.
https://localorbit.com
MIT License
16 stars 11 forks source link

Buyers can still use a deleted discount #3504

Closed rbarreca closed 4 years ago

rbarreca commented 5 years ago

Describe the bug If a discount is deleted, a buyer can still use it when checking out.

To Reproduce Steps to reproduce the behavior:

  1. Delete a discount
  2. Try to use it
  3. It'll work!

Expected behavior It shows invalid discount error message.

Tech notes Just need to respect soft deleted in ApplyDiscountToCart.

rbarreca commented 4 years ago

Fixed in efd47503ee181