A vistior can remove the voucher from their cart.
POST /voucher/remove
POST
<form action="/voucher/remove" method="POST"> <button>Remove voucher</button> {{ csrf.field }} </form>
← /voucher Quickpay →