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 +5
-8
lines changed
Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " connect-sdk-nodejs" ,
3- "version" : " 3.16 .0" ,
3+ "version" : " 3.17 .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 17741774 "RedirectPaymentProduct4101SpecificInput" : {
17751775 "type" : " object" ,
17761776 "properties" : {
1777- "integrationType" : {
1778- "type" : " string"
1779- },
1780- "merchantName" : {
1777+ "displayName" : {
17811778 "type" : " string"
17821779 },
1783- "transactionNote " : {
1780+ "integrationType " : {
17841781 "type" : " string"
17851782 },
1786- "vpa " : {
1783+ "virtualPaymentAddress " : {
17871784 "type" : " string"
17881785 }
17891786 },
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.16 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v3.17 .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