taxjar / taxjar-node

Sales Tax API Client for Node
https://developers.taxjar.com/api/reference/?javascript
MIT License
54 stars 24 forks source link

Parameters passing doesn't work for GET-based requests #3

Closed dkulchenko closed 8 years ago

dkulchenko commented 8 years ago

Since GET requests don't have a body, providing options such as from_transaction_date to methods like listOrders doesn't work, as they're being provided to restler as (ignored) body params instead of querystring params.

fastdivision commented 8 years ago

PR merged 👍