Skip to content

Commit

Permalink
Amazon Pay NodeJS 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Shangamesh T committed Oct 12, 2021
1 parent f2773eb commit 07841ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### Version 2.1.5 - October 2021
* Fixed Security Vulnerabilities by upgrading 'axios' library version
* ReadMe file updates

#### Version 2.1.4 - May 2021
* Enabled support for environment specific keys (i.e Public key & Private key). The changes are fully backwards-compatible, where merchants can also use non environment specific keys

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Amazon Pay Checkout v2 Integration

Please note the Amazon Pay API SDK can only be used for API calls to the pay-api.amazon.com|eu|jp endpoint.

If you need to make an Amazon Pay API call that uses the mws.amazonservices.com|jp or mws-eu.amazonservices.com endpoint, then you will need to use the original [Amazon Pay SDK (Node.js)](https://github.com/amzn/amazon-pay-sdk-nodejs).

## Requirements

* Amazon Pay account: To register for Amazon Pay, go to https://pay.amazon.com, choose your region by selecting the flag icon in the upper right corner, and then click "Register".
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@amazonpay/amazon-pay-api-sdk-nodejs",
"version": "2.1.4",
"version": "2.1.5",
"description": "Amazon Pay Checkout V2 Integration",
"main": "src/client.js",
"directories": {},
"dependencies": {
"axios": "^0.21.1",
"axios": "^0.21.2",
"uuid": "^3.3.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict';

module.exports = {
SDK_VERSION: '2.1.4',
SDK_VERSION: '2.1.5',
API_VERSION: 'v2',
RETRIES: 3,
API_ENDPOINTS: {
Expand Down

0 comments on commit 07841ff

Please sign in to comment.