restapi client fix
This commit is contained in:
parent
adb09334a8
commit
cd5f791b6d
@ -133,7 +133,8 @@ class RestApi
|
|||||||
*/
|
*/
|
||||||
public function orderHistory($startDate = null, $endDate = null, $limit = 100, $offset = 0)
|
public function orderHistory($startDate = null, $endDate = null, $limit = 100, $offset = 0)
|
||||||
{
|
{
|
||||||
$url = $this->apiUrl.'orders/history&skipMychanges=true';
|
$url = $this->apiUrl.'orders/history';
|
||||||
|
$this->parameters['skipMyChanges'] = true;
|
||||||
$this->parameters['startDate'] = $startDate;
|
$this->parameters['startDate'] = $startDate;
|
||||||
$this->parameters['endDate'] = $endDate;
|
$this->parameters['endDate'] = $endDate;
|
||||||
$this->parameters['limit'] = $limit;
|
$this->parameters['limit'] = $limit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user