Closed dkulchenko closed 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.
PR merged 👍
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.