File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2323
2424class Client implements ClientInterface, LoggerAwareInterface
2525{
26- const SDK_VERSION = '3.3.0 ' ;
26+ const SDK_VERSION = '3.3.1 ' ;
2727 const MWS_VERSION = '2013-01-01 ' ;
2828 const MAX_ERROR_RETRY = 3 ;
2929
Original file line number Diff line number Diff line change 1+ 3.3.1 - April 2018
2+ - Add call to GetMerchantAccountStatus API call
3+
143.2.0 - November 2017
25- Add support for new SetOrderAttributes API call (available for use in 2018)
36
Original file line number Diff line number Diff line change 22 "name" : " amzn/amazon-pay-sdk-php" ,
33 "type" : " library" ,
44 "description" : " Amazon Pay SDK (PHP)" ,
5- "version" : " 3.2.0 " ,
5+ "version" : " 3.3.1 " ,
66 "keywords" : [
77 " amazon" ,
88 " pay" ,
2828 "require" : {
2929 "ext-curl" : " *" ,
3030 "php" : " >=5.5.0"
31+ },
32+ "require-dev" : {
33+ "phpunit/phpunit" : " ^4"
3134 }
3235}
You can’t perform that action at this time.
0 commit comments