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

Commit 714d340

Browse files
author
jenkins
committed
Release 3.3.0.
1 parent c10cda1 commit 714d340

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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.2.0",
3+
"version": "3.3.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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,9 @@
15351535
"paymentProduct863SpecificInput" : {
15361536
"$ref" : "#/definitions/RedirectPaymentProduct863SpecificInput"
15371537
},
1538+
"paymentProduct869SpecificInput" : {
1539+
"$ref" : "#/definitions/RedirectPaymentProduct869SpecificInput"
1540+
},
15381541
"paymentProduct882SpecificInput" : {
15391542
"$ref" : "#/definitions/RedirectPaymentProduct882SpecificInput"
15401543
},
@@ -1620,6 +1623,21 @@
16201623
},
16211624
"additionalProperties" : false
16221625
},
1626+
"RedirectPaymentProduct869SpecificInput" : {
1627+
"type" : "object",
1628+
"properties" : {
1629+
"issuerId" : {
1630+
"type" : "string"
1631+
},
1632+
"residentIdName" : {
1633+
"type" : "string"
1634+
},
1635+
"residentIdNumber" : {
1636+
"type" : "string"
1637+
}
1638+
},
1639+
"additionalProperties" : false
1640+
},
16231641
"RedirectPaymentProduct882SpecificInput" : {
16241642
"type" : "object",
16251643
"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/v3.2.0',
12+
'sdkIdentifier': 'NodejsServerSDK/v3.3.0',
1313
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
1414
}
1515
};

0 commit comments

Comments
 (0)