Closed jwcobb closed 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.
min_and_max_price
listEvents()
true
Ensure that when
min_and_max_price
is used withlistEvents()
it is sent as a boolean-string because the comparison in the API requirestrue
and not just a truthy value.