Skip to content

Commit

Permalink
Support anonymous account for enableOrder.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Nov 20, 2019
1 parent 79f27fd commit badc9e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.7.164 - 2019-11-20
- Support anonymous account for enableOrder.


## 1.7.163 - 2019-11-20
- Add API ReportVoipProblems.
- Add API QueryVoipNumberBindINfos.
Expand Down
4 changes: 4 additions & 0 deletions src/Linkedmall/V20180116/LinkedmallApiResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ public function withItemIdList(array $itemIdList)
* @method $this withBizUid($value)
* @method string getExtJson()
* @method $this withExtJson($value)
* @method string getUseAnonymousTbAccount()
* @method $this withUseAnonymousTbAccount($value)
* @method string getThirdPartyUserId()
* @method $this withThirdPartyUserId($value)
* @method string getBizId()
* @method $this withBizId($value)
* @method string getOutTradeId()
Expand Down
2 changes: 1 addition & 1 deletion src/Release.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Release
/**
* Version of the SDK
*/
const VERSION = '1.7.163';
const VERSION = '1.7.164';

/**
* @param Event $event
Expand Down

0 comments on commit badc9e3

Please sign in to comment.