IcecatNV / magento-extension

MIT License
2 stars 9 forks source link

Use Guzzle query params array for api requests #8

Open RubenHutten opened 1 year ago

RubenHutten commented 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.