acmpesuecc / Bustle-Slot-Booking

Bustle is a slot booking service created as part of the sem 1 Python project by Team Bustle
MIT License
8 stars 20 forks source link

User can pay negative amount through vouchers #23

Closed Typeaway14 closed 2 years ago

Typeaway14 commented 2 years ago

Currently, if the user uses enough vouchers of the right kind, his total price will become lower than 0 rupees. Change this so that below a certain amount, no more vouchers can be used.

Typeaway14 commented 2 years ago

This issue is now fixed.