This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: Ingenico-ePayments/connect-sdk-client-js
Releases · Ingenico-ePayments/connect-sdk-client-js
3.13.1
- 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
- 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
- Added
- Added device information util to collect information needed for the 3DSv2 flow.
3.11.1
- Changed:
- Replaced the hard-coded gateway used for GooglePay by the gateway returned by the REST API.
3.11.0
- Added:
- Added Google Pay integration.
- Added property
gateway
to classPaymentProduct320SpecificData
.
- Removed:
- Removed the
getPaymentProductPublicKey
function of theC2SCommunicator
andsession
. 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.
- Removed the
- Fixed:
- Added
null
checks fordisplayHints
to prevent console errors on input fields that don't havedisplayHints
.
- Added
3.10.0
- Added:
- Added properties
paymentProduct302SpecificData
,paymentProduct320SpecificData
andpaymentProduct863SpecificData
to classBasicPaymentProduct
.
- Added properties
3.9.3
- Fixed:
- For
getPaymentProduct
, removed an emptylocale
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.
- For
3.9.2
- Fixed:
- Updated files in the
dist
folder.
- Updated files in the
3.9.1
- Fixed:
- Bad request(400) error regarding undefined values for isRecurring, locale and amount is fixed.
3.9.0
- Added:
- Added IBAN format and checksum validation.