ticketevolution / ticketevolution-php

A PHP client for the Ticket Evolution web services.
BSD 3-Clause "New" or "Revised" License
22 stars 13 forks source link

Make `min_and_max_price` work #153

Closed jwcobb closed 5 years ago

jwcobb commented 5 years ago

Ensure that when min_and_max_price is used with listEvents() it is sent as a boolean-string because the comparison in the API requires true and not just a truthy value.