Open RubenHutten opened 1 year ago
Queries to the Icecat API were previously constructed by concatenating all query parameters. This pull request uses the $params['query'] argument of the Guzzle library to manage the query parameters, so all parameters are encoded correctly.
$params['query']
Queries to the Icecat API were previously constructed by concatenating all query parameters. This pull request uses the
$params['query']
argument of the Guzzle library to manage the query parameters, so all parameters are encoded correctly.