Skip to content

Commit

Permalink
VERSION 1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo committed Feb 21, 2022
1 parent 48f3ab1 commit 6522d9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ abstract class Api
/**
* @var string SDK Version
*/
const VERSION = '1.1.24';
const VERSION = '1.1.25';

/**
* @var string SDK update date
*/
const UPDATE_DATE = '2021.12.02';
const UPDATE_DATE = '2022.02.21';

/**
* @var string
Expand Down
1 change: 1 addition & 0 deletions src/PrivateApi/Order.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public function getList(array $params = [], array $pagination = [])

/**
* Get v1 historical orders list
* @deprecated
* @param array $params
* @param array $pagination
* @return array
Expand Down

0 comments on commit 6522d9d

Please sign in to comment.