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-client-js

3.19.1

11 Jan 08:21
Compare
Choose a tag to compare
  • Changed:
    • The default value for the Google Pay field gateway is now changed to globalcollect.
  • Security:
    • Upgraded ini dependency version to fix a security vulnerability.

3.19.0

17 Nov 11:40
Compare
Choose a tag to compare
  • Added:
    • Added property acquirerCountry to BasicPaymentProduct and BasicPaymentProductGroup.
  • Security:
    • Upgraded gulp dependency version to fix a security vulnerability in yargs-parser dependency.

3.18.1

23 Sep 13:32
Compare
Choose a tag to compare
  • Changed:
    • Updated node-forge version.
  • Fixed:
    • Updated files in the dist folder. These were not up-to-date for version 3.18.0.

3.18.0

09 Sep 08:50
Compare
Choose a tag to compare
  • Added:
    • Added property allowsInstallments to class BasicPaymentProduct.
  • Changed:
    • The getBasicPaymentProductGroups, getPaymentProductGroup and getPaymentProductNetworks functions of C2SCommunicator now use the response JSON as rejection reason if an error occurs.
    • The getPaymentProductIdByCreditCardNumber function of C2SCommunicator now adds the response JSON to the rejection reason as field json.
    • session now propagates the rejection reason it receives from the C2SCommunicator to its caller.
  • Fixed:
    • ApplePay payments that failed previously did not properly complete the payment flow. This has been fixed.

3.17.0

11 Aug 07:15
Compare
Choose a tag to compare
  • Added:
    • Support for Apple Pay was added to the SDK. When retrieving Payment Product(s), the SDK will use the Apple Pay canMakePayment API to determine whether Apple Pay is available. If the canMakePayment check fails, Apple Pay is not returned.

3.16.0

24 Jul 14:46
Compare
Choose a tag to compare
  • Added:
    • Added createPaymentProductSession call for creating a payment product session.

3.15.0

19 May 07:44
Compare
Choose a tag to compare
  • Changed:
    • The IIN Details call will now send up to 8 digits of the provided Credit Card number to the Connect REST API. Providing 8 digits (or more), instead of 6, may result in receiving more detailed information about the Credit Card, such as (extra) cobrands.
  • Security:
    • Updated some dependencies which raised security vulnerabilities alerts from GitHub.

3.14.0

10 Mar 10:16
Compare
Choose a tag to compare
  • Added:
    • Added a new validator for the new residentIdNumber validation rule.
  • Security:
    • Replaced eval() with a lookup for validation rules.

3.13.3

20 Feb 10:31
Compare
Choose a tag to compare
  • Security:
    • Fixed several security issues by removing unused dependencies or updating used ones.

3.13.2

19 Jun 08:22
Compare
Choose a tag to compare
  • Fixed:
    • Fixed a bug when unmasked credit card numbers were sent to the SDK when calling the encryption method.
    • Fixed a bug in the BoletoBancarioRequirednessValidator if no fiscal number was provided.