This repository has been 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
paymentProduct4101SpecificInput
to request typeRedirectPaymentMethodSpecificInput
.
- Added property
- Changed:
- Upgraded
form-data
,jsonschema
andnode-uuid
versions. - Replaced use of deprecated
new Buffer
withBuffer.from
. - For webhooks signature validation, the arguments to
secure-compare
have been switched, so if the two signatures have different length, the length of the provided signature is used.
- Upgraded
- Security:
- Upgraded
dateformat
andlodash
dependency versions to fix some security vulnerabilities.
- Upgraded
3.13.0
- Added:
- Added property
isInstallments
to request typePaymentContext
.
- Added property
3.12.0
- Added:
- Added property
requiresApproval
to request typesNonSepaDirectDebitPaymentMethodSpecificInput
andSepaDirectDebitPaymentMethodSpecificInput
.
- Added property
- Fixed:
headers.isBinaryContent
now returns a proper boolean if the given content type is falsy.webhooks.unmarshal
uses a local variable instead of global variableevent
.webhooks.inMemorySecretKeyStore.getSecretKey
uses a local variable instead of global variablesecretKey
.webhooks.validate
no longer passes a second argument with valuenull
to 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
message
property. - If a JSON parse error occurs, a proper error is passed to the callback instead of an object with properties
message
,status
andbody
. The error will have the additionalstatus
andbody
properties.
3.11.0
- Added:
- Added property
lodgingData
to request typesAdditionalOrderInput
andAdditionalOrderInputAirlineData
.
- Added property
3.10.0
- Added:
- Added properties
authorizationMode
,customerReference
,requiresApproval
andskipFraudService
to request typeMobilePaymentMethodSpecificInputHostedCheckout
. - Added property
threeDSecure
to request typeMobilePaymentProduct320SpecificInputHostedCheckout
. - Added properties
customerReference
andpaymentProduct320SpecificInput
to request typeMobilePaymentMethodSpecificInput
.
- Added properties
3.9.0
- Added:
- Added property
authMethod
to request typeDecryptedPaymentData
.
- Added property
3.8.0
- Added:
- Added property
installments
to request typeAdditionalOrderInput
. - Added call
payments.devicefingerprint
.
- Added property
- Deprecated:
- Deprecated property
numberOfInstallments
of request typeAdditionalOrderInput
in favor of new propertyinstallments
.
- Deprecated property
3.7.0
- Added:
- Added property
paymentProduct302SpecificInput
to request typeMobilePaymentMethodSpecificInputHostedCheckout
. - Added call
products.sessions
.
- Added property
3.6.0
- Added:
- Added property
authenticationAmount
to request typesThreeDSecureBase
andThreeDSecure
.
- Added property
3.5.0
- Added:
- Added properties
acsTransactionId
,appliedExemption
andschemeRiskScore
to request typeExternalCardholderAuthenticationData
.
- Added properties
- Deprecated:
- Deprecated property
threeDServerTransactionId
of request typeExternalCardholderAuthenticationData
.
- Deprecated property