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

Commit 2eacc52

Browse files
IngenicoEPaymentsjenkins
authored andcommitted
Release 3.17.0.
1 parent 7bc45bb commit 2eacc52

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
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.16.0",
3+
"version": "3.17.0",
44
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
55
"dependencies": {
66
"dateformat": "^4.5.1",

schemas/payment/CreatePaymentRequest.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,16 +1774,13 @@
17741774
"RedirectPaymentProduct4101SpecificInput" : {
17751775
"type" : "object",
17761776
"properties" : {
1777-
"integrationType" : {
1778-
"type" : "string"
1779-
},
1780-
"merchantName" : {
1777+
"displayName" : {
17811778
"type" : "string"
17821779
},
1783-
"transactionNote" : {
1780+
"integrationType" : {
17841781
"type" : "string"
17851782
},
1786-
"vpa" : {
1783+
"virtualPaymentAddress" : {
17871784
"type" : "string"
17881785
}
17891786
},

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

0 commit comments

Comments
 (0)