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
4.10.0
- Added:
- Added property
networkTokenData
to interfaceCardPaymentMethodSpecificInput
.
- Added property
4.9.0
- Added:
- Added property
isForeignRetailer
to interfaceSeller
.
- Added property
4.8.0
- Added:
- Added property
isRetriable
to interfacePaymentStatusOutput
.
- Added property
- Security:
- Updated the
cookiejar
version.
- Updated the
4.7.0
- Added:
- Added property
merchant
to interfaceCreatePayoutRequest
.
- Added property
- Security:
- Updated the
json5
version.
- Updated the
4.6.2
- Security:
- Updated the
qs
version.
- Updated the
4.6.1
- Security:
- Updated the
express
andqs
versions.
- Updated the
4.6.0
- Added:
- Added properties
clauseName
andpolicyApplied
to interfaceMicrosoftFraudResults
. - Added property
configurationId
to interfaceMerchant
. - Added property
cardholderName
to interfaceMobilePaymentProduct320SpecificInput
. - Added property
paymentProduct4101SpecificInput
to interfaceRedirectPaymentMethodSpecificInputBase
- Added properties
- Changed:
- Moved property
cardholderName
from classCardWithoutCvv
to its super interfaceCardEssentials
.
- Moved property
- Security:
- Updated the
decode-uri-component
andminimatch
versions.
- Updated the
4.5.0
- Added:
- Added properties
deviceCountryCode
,deviceId
,trueIpAddress
anduserDeviceType
to interfaceMicrosoftFraudResults
.
- Added properties
4.4.0
- Added:
- Added properties
externalReferenceId
andphoneNumber
to interfaceSeller
. - Added property
supportsMandates
to interfacePaymentProduct
.
- Added properties
4.3.0
- Added:
- Allow custom obfuscation rules to be specified during initialization through context property
obfuscationRules
. This is an optional object where keys are the JSON property or header names to obfuscate, and the values are functions from string to string. - Added functions
all
,allButLast
,allButFirst
andwithFixedCount
that provide some pre-defined obfuscation rules to theobfuscation
module. These are also available throughconnectsdk.obfuscation
, whereconnectsdk
is the imported SDK itself.
- Allow custom obfuscation rules to be specified during initialization through context property
- Changed:
- Header obfuscation is now case insensitive.