This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " connect-sdk-nodejs" ,
3- "version" : " 2.22 .0" ,
3+ "version" : " 2.23 .0" ,
44 "description" : " SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API" ,
55 "dependencies" : {
66 "dateformat" : " ^1.0.12" ,
Original file line number Diff line number Diff line change 12141214 "paymentProduct840SpecificInput" : {
12151215 "$ref" : " #/definitions/RedirectPaymentProduct840SpecificInput"
12161216 },
1217+ "paymentProduct863SpecificInput" : {
1218+ "$ref" : " #/definitions/RedirectPaymentProduct863SpecificInput"
1219+ },
12171220 "paymentProduct882SpecificInput" : {
12181221 "$ref" : " #/definitions/RedirectPaymentProduct882SpecificInput"
12191222 },
12721275 },
12731276 "additionalProperties" : false
12741277 },
1278+ "RedirectPaymentProduct863SpecificInput" : {
1279+ "type" : " object" ,
1280+ "properties" : {
1281+ "integrationType" : {
1282+ "type" : " string"
1283+ }
1284+ },
1285+ "required" : [ " integrationType" ],
1286+ "additionalProperties" : false
1287+ },
12751288 "RedirectPaymentProduct882SpecificInput" : {
12761289 "type" : " object" ,
12771290 "properties" : {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ var serverMetaInfo = function (sdkContext) {
99 key : "X-GCS-ServerMetaInfo" ,
1010 value : {
1111 'sdkCreator' : 'Ingenico' ,
12- 'sdkIdentifier' : 'NodejsServerSDK/v2.22 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v2.23 .0' ,
1313 'platformIdentifier' : process . env [ 'OS' ] + ' Node.js/' + process . versions . node
1414 }
1515 } ;
You can’t perform that action at this time.
0 commit comments