connect-sdk-nodejs
Advanced tools
Comparing version 2.16.0 to 2.17.0
{ | ||
"name": "connect-sdk-nodejs", | ||
"version": "2.16.0", | ||
"version": "2.17.0", | ||
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -346,2 +346,8 @@ { | ||
"type" : "string" | ||
}, | ||
"unscheduledCardOnFileIndicator" : { | ||
"type" : "string" | ||
}, | ||
"unscheduledCardOnFileRequestor" : { | ||
"type" : "string" | ||
} | ||
@@ -408,2 +414,5 @@ }, | ||
"type" : "string" | ||
}, | ||
"uniqueMandateReference" : { | ||
"type" : "string" | ||
} | ||
@@ -410,0 +419,0 @@ }, |
@@ -25,2 +25,5 @@ { | ||
"type" : "string" | ||
}, | ||
"uniqueMandateReference" : { | ||
"type" : "string" | ||
} | ||
@@ -27,0 +30,0 @@ }, |
@@ -416,2 +416,8 @@ { | ||
"type" : "string" | ||
}, | ||
"unscheduledCardOnFileIndicator" : { | ||
"type" : "string" | ||
}, | ||
"unscheduledCardOnFileRequestor" : { | ||
"type" : "string" | ||
} | ||
@@ -505,2 +511,5 @@ }, | ||
"type" : "string" | ||
}, | ||
"uniqueMandateReference" : { | ||
"type" : "string" | ||
} | ||
@@ -507,0 +516,0 @@ }, |
@@ -12,3 +12,3 @@ var dateformat = require('dateformat'); | ||
'sdkCreator': 'Ingenico', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.16.0', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.17.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
209974
7709