Closed rbarreca closed 4 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:
Expected behavior It shows invalid discount error message.
Tech notes Just need to respect soft deleted in ApplyDiscountToCart.
ApplyDiscountToCart
Fixed in efd47503ee181
Describe the bug If a discount is deleted, a buyer can still use it when checking out.
To Reproduce Steps to reproduce the behavior:
Expected behavior It shows invalid discount error message.
Tech notes Just need to respect soft deleted in
ApplyDiscountToCart
.