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 +6
-9
lines changed
Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " connect-sdk-nodejs" ,
3- "version" : " 2.11 .0" ,
3+ "version" : " 2.12 .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 370370 "recurrenceType" : {
371371 "type" : " string"
372372 },
373- "returnUrl" : {
374- "type" : " string"
375- },
376373 "signatureType" : {
377374 "type" : " string"
378375 }
971968 "type" : " object" ,
972969 "properties" : {
973970 "paymentProduct771SpecificInput" : {
974- "$ref" : " #/definitions/SepaDirectDebitPaymentProduct771SpecificInput "
971+ "$ref" : " #/definitions/SepaDirectDebitPaymentProduct771SpecificInputBase "
975972 },
976973 "paymentProductId" : {
977974 "type" : " integer" ,
980977 },
981978 "additionalProperties" : false
982979 },
983- "SepaDirectDebitPaymentProduct771SpecificInput " : {
980+ "SepaDirectDebitPaymentProduct771SpecificInputBase " : {
984981 "type" : " object" ,
985982 "properties" : {
986983 "mandate" : {
Original file line number Diff line number Diff line change 449449 },
450450 "additionalProperties" : false
451451 },
452- "CreateMandateBase " : {
452+ "CreateMandateWithReturnUrl " : {
453453 "type" : " object" ,
454454 "properties" : {
455455 "customer" : {
12551255 "type" : " object" ,
12561256 "properties" : {
12571257 "mandate" : {
1258- "$ref" : " #/definitions/CreateMandateBase "
1258+ "$ref" : " #/definitions/CreateMandateWithReturnUrl "
12591259 },
12601260 "mandateReference" : {
12611261 "type" : " string"
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.11 .0' ,
12+ 'sdkIdentifier' : 'NodejsServerSDK/v2.12 .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