Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit f583690

Browse files
author
Ingenico ePayments
committed
Release 2.12.0.
1 parent 527eb86 commit f583690

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connect-sdk-nodejs",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
55
"dependencies": {
66
"dateformat": "^1.0.12",

schemas/hostedcheckout/CreateHostedCheckoutRequest.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,6 @@
370370
"recurrenceType" : {
371371
"type" : "string"
372372
},
373-
"returnUrl" : {
374-
"type" : "string"
375-
},
376373
"signatureType" : {
377374
"type" : "string"
378375
}
@@ -971,7 +968,7 @@
971968
"type" : "object",
972969
"properties" : {
973970
"paymentProduct771SpecificInput" : {
974-
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInput"
971+
"$ref" : "#/definitions/SepaDirectDebitPaymentProduct771SpecificInputBase"
975972
},
976973
"paymentProductId" : {
977974
"type" : "integer",
@@ -980,7 +977,7 @@
980977
},
981978
"additionalProperties" : false
982979
},
983-
"SepaDirectDebitPaymentProduct771SpecificInput" : {
980+
"SepaDirectDebitPaymentProduct771SpecificInputBase" : {
984981
"type" : "object",
985982
"properties" : {
986983
"mandate" : {

schemas/payment/CreatePaymentRequest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
},
450450
"additionalProperties" : false
451451
},
452-
"CreateMandateBase" : {
452+
"CreateMandateWithReturnUrl" : {
453453
"type" : "object",
454454
"properties" : {
455455
"customer" : {
@@ -1255,7 +1255,7 @@
12551255
"type" : "object",
12561256
"properties" : {
12571257
"mandate" : {
1258-
"$ref" : "#/definitions/CreateMandateBase"
1258+
"$ref" : "#/definitions/CreateMandateWithReturnUrl"
12591259
},
12601260
"mandateReference" : {
12611261
"type" : "string"

utils/headers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var serverMetaInfo = function (sdkContext) {
99
key: "X-GCS-ServerMetaInfo",
1010
value: {
1111
'sdkCreator': 'Ingenico',
12-
'sdkIdentifier': 'NodejsServerSDK/v2.11.0',
12+
'sdkIdentifier': 'NodejsServerSDK/v2.12.0',
1313
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
1414
}
1515
};

0 commit comments

Comments
 (0)