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.13.1

03 May 15:03
Compare
Choose a tag to compare
  • Fixed:
    • If a consumer will try to do a card payment with an expiration date more than 25 years in the future, a proper error will now be shown.

3.13.0

02 Apr 14:23
Compare
Choose a tag to compare
  • Added
    • The SDK now offers the ability to transform a JSON representation of a payment product or payment product group in the same way as getPaymentProduct(s) or getPaymentProductGroup(s).

3.12.0

20 Mar 14:09
Compare
Choose a tag to compare
  • Added
    • Added device information util to collect information needed for the 3DSv2 flow.

3.11.1

20 Feb 16:44
Compare
Choose a tag to compare
  • Changed:
    • Replaced the hard-coded gateway used for GooglePay by the gateway returned by the REST API.

3.11.0

17 Jan 10:26
Compare
Choose a tag to compare
  • Added:
    • Added Google Pay integration.
    • Added property gateway to class PaymentProduct320SpecificData.
  • Removed:
    • Removed the getPaymentProductPublicKey function of the C2SCommunicator and session. These were only used for Android Pay which has been changed into Google Pay which doesn't need these public keys anymore.
    • Removed Android Pay integration.
  • Fixed:
    • Added null checks for displayHints to prevent console errors on input fields that don't have displayHints.

3.10.0

24 Oct 14:18
Compare
Choose a tag to compare
  • Added:
    • Added properties paymentProduct302SpecificData, paymentProduct320SpecificData and paymentProduct863SpecificData to class BasicPaymentProduct.

3.9.3

13 Jul 13:20
Compare
Choose a tag to compare
  • Fixed:
    • For getPaymentProduct, removed an empty locale query parameter that caused 400 errors to be returned.
    • If the asset URL or client API URL ends with a slash, no additional slash is appended to it when building URLs.

3.9.2

12 Jul 11:04
Compare
Choose a tag to compare
  • Fixed:
    • Updated files in the dist folder.

3.9.1

12 Jul 08:00
Compare
Choose a tag to compare
  • Fixed:
    • Bad request(400) error regarding undefined values for isRecurring, locale and amount is fixed.

3.9.0

17 Mar 13:51
Compare
Choose a tag to compare
  • Added:
    • Added IBAN format and checksum validation.