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

Commit 1ad80cf

Browse files
IngenicoEPaymentsjenkins
authored andcommitted
Release 3.20.0.
1 parent 94e4054 commit 1ad80cf

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-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.19.0",
3+
"version": "3.20.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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,9 @@
439439
},
440440
"issueNumber" : {
441441
"type" : "string"
442+
},
443+
"partialPin" : {
444+
"type" : "string"
442445
}
443446
},
444447
"additionalProperties" : false

schemas/payout/CreatePayoutRequest.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@
161161
},
162162
"issueNumber" : {
163163
"type" : "string"
164+
},
165+
"partialPin" : {
166+
"type" : "string"
164167
}
165168
},
166169
"additionalProperties" : false

schemas/riskassessments/RiskAssessmentCard.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@
304304
},
305305
"issueNumber" : {
306306
"type" : "string"
307+
},
308+
"partialPin" : {
309+
"type" : "string"
307310
}
308311
},
309312
"additionalProperties" : false

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

0 commit comments

Comments
 (0)