connect-sdk-nodejs
Advanced tools
Comparing version 2.22.0 to 2.23.0
{ | ||
"name": "connect-sdk-nodejs", | ||
"version": "2.22.0", | ||
"version": "2.23.0", | ||
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -21,4 +21,12 @@ # Ingenico Connect Node.js SDK | ||
## Installation | ||
From the folder where your `package.json` is located, run the following command to install the SDK: | ||
npm i connect-sdk-nodejs | ||
## Building the repository | ||
1. From the root of the project install all dependencies: `npm install`. | ||
From the root of the project install all dependencies: | ||
npm install |
@@ -1217,2 +1217,5 @@ { | ||
}, | ||
"paymentProduct863SpecificInput" : { | ||
"$ref" : "#/definitions/RedirectPaymentProduct863SpecificInput" | ||
}, | ||
"paymentProduct882SpecificInput" : { | ||
@@ -1276,2 +1279,12 @@ "$ref" : "#/definitions/RedirectPaymentProduct882SpecificInput" | ||
}, | ||
"RedirectPaymentProduct863SpecificInput" : { | ||
"type" : "object", | ||
"properties" : { | ||
"integrationType" : { | ||
"type" : "string" | ||
} | ||
}, | ||
"required" : [ "integrationType" ], | ||
"additionalProperties" : false | ||
}, | ||
"RedirectPaymentProduct882SpecificInput" : { | ||
@@ -1278,0 +1291,0 @@ "type" : "object", |
@@ -12,3 +12,3 @@ var dateformat = require('dateformat'); | ||
'sdkCreator': 'Ingenico', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.22.0', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.23.0', | ||
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node | ||
@@ -15,0 +15,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
223261
8219
32