# Voucher

A vistior can remove the voucher from their cart.

# Endpoint

POST /voucher/remove

# Example

<form action="/voucher/remove" method="POST">

    <button>Remove voucher</button>

    {{ csrf.field }}

</form>