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 +62
-2
lines changed
Expand file tree Collapse file tree 3 files changed +62
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
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" : {
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.29 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v2.30 .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