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

Commit 7b95102

Browse files
author
Ingenico ePayments
committed
Release 2.30.0.
1 parent 25d7d91 commit 7b95102

File tree

3 files changed

+62
-2
lines changed

3 files changed

+62
-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": "2.29.0",
3+
"version": "2.30.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: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,21 @@
523523
"paymentProduct1504SpecificInput" : {
524524
"$ref" : "#/definitions/CashPaymentProduct1504SpecificInput"
525525
},
526+
"paymentProduct1521SpecificInput" : {
527+
"$ref" : "#/definitions/CashPaymentProduct1521SpecificInput"
528+
},
529+
"paymentProduct1522SpecificInput" : {
530+
"$ref" : "#/definitions/CashPaymentProduct1522SpecificInput"
531+
},
532+
"paymentProduct1523SpecificInput" : {
533+
"$ref" : "#/definitions/CashPaymentProduct1523SpecificInput"
534+
},
535+
"paymentProduct1524SpecificInput" : {
536+
"$ref" : "#/definitions/CashPaymentProduct1524SpecificInput"
537+
},
538+
"paymentProduct1526SpecificInput" : {
539+
"$ref" : "#/definitions/CashPaymentProduct1526SpecificInput"
540+
},
526541
"paymentProductId" : {
527542
"type" : "integer",
528543
"maximum" : 2147483647
@@ -548,6 +563,51 @@
548563
},
549564
"additionalProperties" : false
550565
},
566+
"CashPaymentProduct1521SpecificInput" : {
567+
"type" : "object",
568+
"properties" : {
569+
"returnUrl" : {
570+
"type" : "string"
571+
}
572+
},
573+
"additionalProperties" : false
574+
},
575+
"CashPaymentProduct1522SpecificInput" : {
576+
"type" : "object",
577+
"properties" : {
578+
"returnUrl" : {
579+
"type" : "string"
580+
}
581+
},
582+
"additionalProperties" : false
583+
},
584+
"CashPaymentProduct1523SpecificInput" : {
585+
"type" : "object",
586+
"properties" : {
587+
"returnUrl" : {
588+
"type" : "string"
589+
}
590+
},
591+
"additionalProperties" : false
592+
},
593+
"CashPaymentProduct1524SpecificInput" : {
594+
"type" : "object",
595+
"properties" : {
596+
"returnUrl" : {
597+
"type" : "string"
598+
}
599+
},
600+
"additionalProperties" : false
601+
},
602+
"CashPaymentProduct1526SpecificInput" : {
603+
"type" : "object",
604+
"properties" : {
605+
"returnUrl" : {
606+
"type" : "string"
607+
}
608+
},
609+
"additionalProperties" : false
610+
},
551611
"CompanyInformation" : {
552612
"type" : "object",
553613
"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/v2.29.0',
12+
'sdkIdentifier': 'NodejsServerSDK/v2.30.0',
1313
'platformIdentifier': process.env['OS'] + ' Node.js/' + process.versions.node
1414
}
1515
};

0 commit comments

Comments
 (0)