connect-sdk-nodejs
Advanced tools
Comparing version 2.14.0 to 2.15.0
{ | ||
"name": "connect-sdk-nodejs", | ||
"version": "2.14.0", | ||
"version": "2.15.0", | ||
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -564,2 +564,5 @@ { | ||
}, | ||
"validateShoppingCart" : { | ||
"type" : "boolean" | ||
}, | ||
"variant" : { | ||
@@ -605,3 +608,2 @@ "type" : "string" | ||
}, | ||
"required" : [ "amountOfMoney", "invoiceData" ], | ||
"additionalProperties" : false | ||
@@ -815,2 +817,5 @@ }, | ||
}, | ||
"productCategory" : { | ||
"type" : "string" | ||
}, | ||
"productCode" : { | ||
@@ -817,0 +822,0 @@ "type" : "string" |
@@ -389,3 +389,2 @@ { | ||
}, | ||
"required" : [ "amountOfMoney", "invoiceData" ], | ||
"additionalProperties" : false | ||
@@ -521,2 +520,5 @@ }, | ||
}, | ||
"productCategory" : { | ||
"type" : "string" | ||
}, | ||
"productCode" : { | ||
@@ -523,0 +525,0 @@ "type" : "string" |
@@ -749,3 +749,2 @@ { | ||
}, | ||
"required" : [ "amountOfMoney", "invoiceData" ], | ||
"additionalProperties" : false | ||
@@ -1047,2 +1046,5 @@ }, | ||
}, | ||
"productCategory" : { | ||
"type" : "string" | ||
}, | ||
"productCode" : { | ||
@@ -1049,0 +1051,0 @@ "type" : "string" |
@@ -12,3 +12,3 @@ var dateformat = require('dateformat'); | ||
'sdkCreator': 'Ingenico', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.14.0', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.15.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
208151
7650