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

Commit 6a128d5

Browse files
author
jenkins
committed
Release 3.4.0.
1 parent 714d340 commit 6a128d5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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": "3.3.0",
3+
"version": "3.4.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/token/CreateTokenRequest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"eWallet" : {
99
"$ref" : "#/definitions/TokenEWallet"
1010
},
11+
"encryptedCustomerInput" : {
12+
"type" : "string"
13+
},
1114
"nonSepaDirectDebit" : {
1215
"$ref" : "#/definitions/TokenNonSepaDirectDebit"
1316
},

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

0 commit comments

Comments
 (0)