t3chnoboy / amazon-product-api

:credit_card: Amazon Product Advertising API client
365 stars 104 forks source link

Remove request from query string #51

Closed lassebunk closed 8 years ago

lassebunk commented 8 years ago

I just saw that request was passed on to the query string as Request=. This of course isn't the way it should work, so this pull request removes request from the query before it gets converted to a string. Sorry for not seeing this initially!

lassebunk commented 8 years ago

Also, anyway to add tests? It seems they are failing today.

t3chnoboy commented 8 years ago

thanks @lassebunk! Sorry it took so long 😞 I'll try to fix the tests on the weekend