This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-nodejs
Releases · Ingenico-ePayments/connect-sdk-nodejs
3.14.0
- Added:
- Added property
paymentProduct4101SpecificInputto request typeRedirectPaymentMethodSpecificInput.
- Added property
- Changed:
- Upgraded
form-data,jsonschemaandnode-uuidversions. - Replaced use of deprecated
new BufferwithBuffer.from. - For webhooks signature validation, the arguments to
secure-comparehave been switched, so if the two signatures have different length, the length of the provided signature is used.
- Upgraded
- Security:
- Upgraded
dateformatandlodashdependency versions to fix some security vulnerabilities.
- Upgraded
3.13.0
- Added:
- Added property
isInstallmentsto request typePaymentContext.
- Added property
3.12.0
- Added:
- Added property
requiresApprovalto request typesNonSepaDirectDebitPaymentMethodSpecificInputandSepaDirectDebitPaymentMethodSpecificInput.
- Added property
- Fixed:
headers.isBinaryContentnow returns a proper boolean if the given content type is falsy.webhooks.unmarshaluses a local variable instead of global variableevent.webhooks.inMemorySecretKeyStore.getSecretKeyuses a local variable instead of global variablesecretKey.webhooks.validateno longer passes a second argument with valuenullto the callback if the secret key lookup fails.- When leaving out required fields while uploading files, proper errors are passed to the callback instead of objects with a single
messageproperty. - If a JSON parse error occurs, a proper error is passed to the callback instead of an object with properties
message,statusandbody. The error will have the additionalstatusandbodyproperties.
3.11.0
- Added:
- Added property
lodgingDatato request typesAdditionalOrderInputandAdditionalOrderInputAirlineData.
- Added property
3.10.0
- Added:
- Added properties
authorizationMode,customerReference,requiresApprovalandskipFraudServiceto request typeMobilePaymentMethodSpecificInputHostedCheckout. - Added property
threeDSecureto request typeMobilePaymentProduct320SpecificInputHostedCheckout. - Added properties
customerReferenceandpaymentProduct320SpecificInputto request typeMobilePaymentMethodSpecificInput.
- Added properties
3.9.0
- Added:
- Added property
authMethodto request typeDecryptedPaymentData.
- Added property
3.8.0
- Added:
- Added property
installmentsto request typeAdditionalOrderInput. - Added call
payments.devicefingerprint.
- Added property
- Deprecated:
- Deprecated property
numberOfInstallmentsof request typeAdditionalOrderInputin favor of new propertyinstallments.
- Deprecated property
3.7.0
- Added:
- Added property
paymentProduct302SpecificInputto request typeMobilePaymentMethodSpecificInputHostedCheckout. - Added call
products.sessions.
- Added property
3.6.0
- Added:
- Added property
authenticationAmountto request typesThreeDSecureBaseandThreeDSecure.
- Added property
3.5.0
- Added:
- Added properties
acsTransactionId,appliedExemptionandschemeRiskScoreto request typeExternalCardholderAuthenticationData.
- Added properties
- Deprecated:
- Deprecated property
threeDServerTransactionIdof request typeExternalCardholderAuthenticationData.
- Deprecated property