1
0
mirror of synced 2024-11-25 14:56:09 +03:00
This commit is contained in:
Grisha Pomadchin 2014-10-03 19:20:05 +04:00
parent 4aaaaf0f57
commit 09fa897f07
2 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ class RestApi
*/
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['endDate'] = $endDate;
$this->parameters['limit'] = $limit;

View File

@ -1,5 +1,5 @@
<?
$arModuleVersion = array(
"VERSION" => "1.0.11a",
"VERSION_DATE" => "2014-10-03 19:00:00"
"VERSION" => "1.0.11",
"VERSION_DATE" => "2014-10-03 19:20:00"
);