Skip to content

Commit 5dfe16a

Browse files
committed
Amazon Pay PHP SDK 3.3.1
1 parent f7cb16d commit 5dfe16a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

AmazonPay/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
class 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

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
3.3.1 - April 2018
2+
- Add call to GetMerchantAccountStatus API call
3+
14
3.2.0 - November 2017
25
- Add support for new SetOrderAttributes API call (available for use in 2018)
36

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",
@@ -28,5 +28,8 @@
2828
"require": {
2929
"ext-curl": "*",
3030
"php": ">=5.5.0"
31+
},
32+
"require-dev": {
33+
"phpunit/phpunit": "^4"
3134
}
3235
}

dist/amazon-pay.phar

-48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)