php-allegro-rest-api
php-allegro-rest-api copied to clipboard
sending a field with boolean value doesn't work
http_build_query()
converts boolean values to 0
or 1
, while API expects "true"
or "false"