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 +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " connect-sdk-nodejs" ,
3- "version" : " 3.2 .0" ,
3+ "version" : " 3.3 .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 15351535 "paymentProduct863SpecificInput" : {
15361536 "$ref" : " #/definitions/RedirectPaymentProduct863SpecificInput"
15371537 },
1538+ "paymentProduct869SpecificInput" : {
1539+ "$ref" : " #/definitions/RedirectPaymentProduct869SpecificInput"
1540+ },
15381541 "paymentProduct882SpecificInput" : {
15391542 "$ref" : " #/definitions/RedirectPaymentProduct882SpecificInput"
15401543 },
16201623 },
16211624 "additionalProperties" : false
16221625 },
1626+ "RedirectPaymentProduct869SpecificInput" : {
1627+ "type" : " object" ,
1628+ "properties" : {
1629+ "issuerId" : {
1630+ "type" : " string"
1631+ },
1632+ "residentIdName" : {
1633+ "type" : " string"
1634+ },
1635+ "residentIdNumber" : {
1636+ "type" : " string"
1637+ }
1638+ },
1639+ "additionalProperties" : false
1640+ },
16231641 "RedirectPaymentProduct882SpecificInput" : {
16241642 "type" : " object" ,
16251643 "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/v3.2 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v3.3 .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