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

Commit c074346

Browse files
author
Ingenico ePayments
committed
Release 2.18.0.
1 parent f86d403 commit c074346

File tree

5 files changed

+2
-11
lines changed

5 files changed

+2
-11
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.17.0",
3+
"version": "2.18.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/hostedcheckout/CreateHostedCheckoutRequest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,6 @@
698698
"properties" : {
699699
"emailAddress" : {
700700
"type" : "string"
701-
},
702-
"phoneNumber" : {
703-
"type" : "string"
704701
}
705702
},
706703
"additionalProperties" : false

schemas/mandates/CreateMandateRequest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@
6868
"properties" : {
6969
"emailAddress" : {
7070
"type" : "string"
71-
},
72-
"phoneNumber" : {
73-
"type" : "string"
7471
}
7572
},
7673
"additionalProperties" : false

schemas/payment/CreatePaymentRequest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,9 +840,6 @@
840840
"properties" : {
841841
"emailAddress" : {
842842
"type" : "string"
843-
},
844-
"phoneNumber" : {
845-
"type" : "string"
846843
}
847844
},
848845
"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/v2.17.0',
12+
'sdkIdentifier': 'NodejsServerSDK/v2.18.0',
1313
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
1414
}
1515
};

0 commit comments

Comments
 (0)