v1.0.11
This commit is contained in:
parent
4aaaaf0f57
commit
09fa897f07
@ -133,7 +133,7 @@ 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';
|
$url = $this->apiUrl.'orders/history&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;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<?
|
<?
|
||||||
$arModuleVersion = array(
|
$arModuleVersion = array(
|
||||||
"VERSION" => "1.0.11a",
|
"VERSION" => "1.0.11",
|
||||||
"VERSION_DATE" => "2014-10-03 19:00:00"
|
"VERSION_DATE" => "2014-10-03 19:20:00"
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user