This repository was archived by the owner on Mar 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +24
-2
lines changed
Expand file tree Collapse file tree 4 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " connect-sdk-nodejs" ,
3- "version" : " 3.14 .0" ,
3+ "version" : " 3.15 .0" ,
44 "description" : " SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API" ,
55 "dependencies" : {
66 "dateformat" : " ^4.5.1" ,
Original file line number Diff line number Diff line change 688688 },
689689 "sdkUiType" : {
690690 "type" : " string"
691+ },
692+ "sdkUiTypes" : {
693+ "type" : " array" ,
694+ "items" : {
695+ "type" : " string"
696+ },
697+ "minItems" : 0 ,
698+ "uniqueItems" : false
691699 }
692700 },
693701 "additionalProperties" : false
Original file line number Diff line number Diff line change 875875 },
876876 "sdkUiType" : {
877877 "type" : " string"
878+ },
879+ "sdkUiTypes" : {
880+ "type" : " array" ,
881+ "items" : {
882+ "type" : " string"
883+ },
884+ "minItems" : 0 ,
885+ "uniqueItems" : false
878886 }
879887 },
880888 "additionalProperties" : false
17691777 "integrationType" : {
17701778 "type" : " string"
17711779 },
1780+ "merchantName" : {
1781+ "type" : " string"
1782+ },
1783+ "transactionNote" : {
1784+ "type" : " string"
1785+ },
17721786 "vpa" : {
17731787 "type" : " string"
17741788 }
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/v3.14 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v3.15 .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