beyondcode/laravel-vouchers

No pre-apply condition

adibenc opened this issue · 2 comments

When we're at cart we always want to know first, what happen if i apply this voucher in the transaction. But the current development has no pre-apply condition. that make us always have to apply the voucher first to know the effect of the voucher.

I hope this issue could marked as enhancement or as feature add

Could you provide a PR that adds this feature?

735l4 commented

If it's just to know the effect of voucher as you've stated we could provide the message in data field to show the response and worry about the actions later. Correct me if I've misinterpreted your statement.