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
4.10.0
- Added:
- Added property
networkTokenDatato interfaceCardPaymentMethodSpecificInput.
- Added property
4.9.0
- Added:
- Added property
isForeignRetailerto interfaceSeller.
- Added property
4.8.0
- Added:
- Added property
isRetriableto interfacePaymentStatusOutput.
- Added property
- Security:
- Updated the
cookiejarversion.
- Updated the
4.7.0
- Added:
- Added property
merchantto interfaceCreatePayoutRequest.
- Added property
- Security:
- Updated the
json5version.
- Updated the
4.6.2
- Security:
- Updated the
qsversion.
- Updated the
4.6.1
- Security:
- Updated the
expressandqsversions.
- Updated the
4.6.0
- Added:
- Added properties
clauseNameandpolicyAppliedto interfaceMicrosoftFraudResults. - Added property
configurationIdto interfaceMerchant. - Added property
cardholderNameto interfaceMobilePaymentProduct320SpecificInput. - Added property
paymentProduct4101SpecificInputto interfaceRedirectPaymentMethodSpecificInputBase
- Added properties
- Changed:
- Moved property
cardholderNamefrom classCardWithoutCvvto its super interfaceCardEssentials.
- Moved property
- Security:
- Updated the
decode-uri-componentandminimatchversions.
- Updated the
4.5.0
- Added:
- Added properties
deviceCountryCode,deviceId,trueIpAddressanduserDeviceTypeto interfaceMicrosoftFraudResults.
- Added properties
4.4.0
- Added:
- Added properties
externalReferenceIdandphoneNumberto interfaceSeller. - Added property
supportsMandatesto 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,allButFirstandwithFixedCountthat provide some pre-defined obfuscation rules to theobfuscationmodule. These are also available throughconnectsdk.obfuscation, whereconnectsdkis the imported SDK itself.
- Allow custom obfuscation rules to be specified during initialization through context property
- Changed:
- Header obfuscation is now case insensitive.