Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Releases: Ingenico-ePayments/connect-sdk-nodejs

4.10.0

14 Apr 11:30
Compare
Choose a tag to compare
  • Added:
    • Added property networkTokenData to interface CardPaymentMethodSpecificInput.

4.9.0

11 Apr 09:11
Compare
Choose a tag to compare
  • Added:
    • Added property isForeignRetailer to interface Seller.

4.8.0

09 Mar 07:46
Compare
Choose a tag to compare
  • Added:
    • Added property isRetriable to interface PaymentStatusOutput.
  • Security:
    • Updated the cookiejar version.

4.7.0

03 Feb 09:00
Compare
Choose a tag to compare
  • Added:
    • Added property merchant to interface CreatePayoutRequest.
  • Security:
    • Updated the json5 version.

4.6.2

16 Dec 10:33
Compare
Choose a tag to compare
  • Security:
    • Updated the qs version.

4.6.1

16 Dec 09:39
Compare
Choose a tag to compare
  • Security:
    • Updated the express and qs versions.

4.6.0

02 Dec 12:46
Compare
Choose a tag to compare
  • Added:
    • Added properties clauseName and policyApplied to interface MicrosoftFraudResults.
    • Added property configurationId to interface Merchant.
    • Added property cardholderName to interface MobilePaymentProduct320SpecificInput.
    • Added property paymentProduct4101SpecificInput to interface RedirectPaymentMethodSpecificInputBase
  • Changed:
    • Moved property cardholderName from class CardWithoutCvv to its super interface CardEssentials.
  • Security:
    • Updated the decode-uri-component and minimatch versions.

4.5.0

06 Oct 07:43
Compare
Choose a tag to compare
  • Added:
    • Added properties deviceCountryCode, deviceId, trueIpAddress and userDeviceType to interface MicrosoftFraudResults.

4.4.0

04 Jul 13:20
Compare
Choose a tag to compare
  • Added:
    • Added properties externalReferenceId and phoneNumber to interface Seller.
    • Added property supportsMandates to interface PaymentProduct.

4.3.0

31 May 14:25
Compare
Choose a tag to compare
  • 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 and withFixedCount that provide some pre-defined obfuscation rules to the obfuscation module. These are also available through connectsdk.obfuscation, where connectsdk is the imported SDK itself.
  • Changed:
    • Header obfuscation is now case insensitive.