connect-sdk-nodejs
Advanced tools
Comparing version 2.11.0 to 2.12.0
{ | ||
"name": "connect-sdk-nodejs", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -373,5 +373,2 @@ { | ||
}, | ||
"returnUrl" : { | ||
"type" : "string" | ||
}, | ||
"signatureType" : { | ||
@@ -975,3 +972,3 @@ "type" : "string" | ||
"paymentProduct771SpecificInput" : { | ||
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInput" | ||
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInputBase" | ||
}, | ||
@@ -985,3 +982,3 @@ "paymentProductId" : { | ||
}, | ||
"SepaDirectDebitPaymentProduct771SpecificInput" : { | ||
"SepaDirectDebitPaymentProduct771SpecificInputBase" : { | ||
"type" : "object", | ||
@@ -988,0 +985,0 @@ "properties" : { |
@@ -452,3 +452,3 @@ { | ||
}, | ||
"CreateMandateBase" : { | ||
"CreateMandateWithReturnUrl" : { | ||
"type" : "object", | ||
@@ -1259,3 +1259,3 @@ "properties" : { | ||
"mandate" : { | ||
"$ref" : "#/definitions/CreateMandateBase" | ||
"$ref" : "#/definitions/CreateMandateWithReturnUrl" | ||
}, | ||
@@ -1262,0 +1262,0 @@ "mandateReference" : { |
@@ -12,3 +12,3 @@ var dateformat = require('dateformat'); | ||
'sdkCreator': 'Ingenico', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.11.0', | ||
'sdkIdentifier': 'NodejsServerSDK/v2.12.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
202278
7406