fillup / walmart-partner-api-sdk-php

PHP client for Walmart Partner APIs
MIT License
37 stars 51 forks source link

Limit issue in getting order #61

Open creativegeniusod opened 6 years ago

creativegeniusod commented 6 years ago

when I try to implement order api $orders = $client->listAll([ 'createdStartDate' => '2016-06-01', // optional 'limit' => '19',

]);

print_r($orders);

its showing error Fatal error: Call to a member function getStatusCode() on a non-object in /home/ubuntu/workspace/vendor/fillup/walmart-partner-api-sdk-php/src/Order.php on line 124

creativegeniusod commented 6 years ago

Please reply asap