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

Commit

Permalink
Release 3.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments authored and jenkins committed May 19, 2020
1 parent 698ef7a commit 36c9dfa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect-sdk-nodejs",
"version": "3.5.0",
"version": "3.6.0",
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
"dependencies": {
"dateformat": "^1.0.12",
Expand Down
3 changes: 3 additions & 0 deletions schemas/hostedcheckout/CreateHostedCheckoutRequest.json
Expand Up @@ -1473,6 +1473,9 @@
"ThreeDSecureBase" : {
"type" : "object",
"properties" : {
"authenticationAmount" : {
"$ref" : "#/definitions/AmountOfMoney"
},
"authenticationFlow" : {
"type" : "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/payment/CreatePaymentRequest.json
Expand Up @@ -1845,6 +1845,9 @@
"ThreeDSecure" : {
"type" : "object",
"properties" : {
"authenticationAmount" : {
"$ref" : "#/definitions/AmountOfMoney"
},
"authenticationFlow" : {
"type" : "string"
},
Expand Down
2 changes: 1 addition & 1 deletion utils/headers.js
Expand Up @@ -9,7 +9,7 @@ var serverMetaInfo = function (sdkContext) {
key: "X-GCS-ServerMetaInfo",
value: {
'sdkCreator': 'Ingenico',
'sdkIdentifier': 'NodejsServerSDK/v3.5.0',
'sdkIdentifier': 'NodejsServerSDK/v3.6.0',
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
}
};
Expand Down

0 comments on commit 36c9dfa

Please sign in to comment.