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)
|
||||
{
|
||||
$url = $this->apiUrl.'orders/history';
|
||||
$url = $this->apiUrl.'orders/history&skipMychanges=true';
|
||||
$this->parameters['startDate'] = $startDate;
|
||||
$this->parameters['endDate'] = $endDate;
|
||||
$this->parameters['limit'] = $limit;
|
||||
|
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user