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

Commit f4762b7

Browse files
author
Ingenico ePayments
committed
Release 2.6.0.
1 parent 79b91b5 commit f4762b7

File tree

6 files changed

+601
-4
lines changed

6 files changed

+601
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Node.js SDK helps you to communicate with the [Ingenico Connect](http://www.
1010
* validation of input and
1111
* a logfile obfuscater
1212

13-
See the [Ingenico ePayments Developer Hub](https://developer.globalcollect.com/documentation/sdk/server/nodejs/) for more information on how to use the API.
13+
See the [Ingenico ePayments Developer Hub](https://epayments.developer-ingenico.com/documentation/sdk/server/nodejs/) for more information on how to use the API.
1414

1515
## Structure of this repository
1616

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "connect-sdk-nodejs",
3-
"version": "2.5.0",
4-
"description": "SDK to communicate with the GlobalCollect platform using the Ingenico Connect Server API",
3+
"version": "2.6.0",
4+
"description": "SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API",
55
"dependencies": {
66
"dateformat": "^1.0.12",
77
"jsonschema": "^1.1.0",

schemas/hostedcheckout/CreateHostedCheckoutRequest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,14 @@
774774
"recurringPaymentSequenceIndicator" : {
775775
"type" : "string"
776776
},
777+
"requiresApproval" : {
778+
"type" : "boolean"
779+
},
777780
"token" : {
778781
"type" : "string"
782+
},
783+
"tokenize" : {
784+
"type" : "boolean"
779785
}
780786
},
781787
"additionalProperties" : false
@@ -790,6 +796,14 @@
790796
},
791797
"minItems" : 0,
792798
"uniqueItems" : false
799+
},
800+
"items" : {
801+
"type" : "array",
802+
"items" : {
803+
"$ref" : "#/definitions/LineItem"
804+
},
805+
"minItems" : 0,
806+
"uniqueItems" : false
793807
}
794808
},
795809
"additionalProperties" : false

0 commit comments

Comments
 (0)