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

Commit ed2fbd2

Browse files
author
Ingenico ePayments
committed
Release 2.23.0.
1 parent 3c1564b commit ed2fbd2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
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.22.0",
3+
"version": "2.23.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/payment/CreatePaymentRequest.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,6 +1214,9 @@
12141214
"paymentProduct840SpecificInput" : {
12151215
"$ref" : "#/definitions/RedirectPaymentProduct840SpecificInput"
12161216
},
1217+
"paymentProduct863SpecificInput" : {
1218+
"$ref" : "#/definitions/RedirectPaymentProduct863SpecificInput"
1219+
},
12171220
"paymentProduct882SpecificInput" : {
12181221
"$ref" : "#/definitions/RedirectPaymentProduct882SpecificInput"
12191222
},
@@ -1272,6 +1275,16 @@
12721275
},
12731276
"additionalProperties" : false
12741277
},
1278+
"RedirectPaymentProduct863SpecificInput" : {
1279+
"type" : "object",
1280+
"properties" : {
1281+
"integrationType" : {
1282+
"type" : "string"
1283+
}
1284+
},
1285+
"required" : [ "integrationType" ],
1286+
"additionalProperties" : false
1287+
},
12751288
"RedirectPaymentProduct882SpecificInput" : {
12761289
"type" : "object",
12771290
"properties" : {

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.22.0',
12+
'sdkIdentifier': 'NodejsServerSDK/v2.23.0',
1313
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
1414
}
1515
};

0 commit comments

Comments
 (0)