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

2.1.0

05 Oct 10:16
Compare
Choose a tag to compare
  • Added:
    • Builds now include the compiled versions in dist.
    • Added a simple example to demonstrate how to use the SDK with prototype.js.
  • Changed:
    • Updated the remember me logic in the example to demonstrate how the remember me logic should work when using payment product groups.
  • Fixed:
    • Fixed imports in session; the SDK can now be loaded using module loaders like require.js.
    • Fixed incorrect validation of Account on File fields in paymentRequest.

2.0.0

05 Aug 12:48
Compare
Choose a tag to compare

SDK:

  • Added:
    • Added PaymentGroups to get a grouped version of payment products.
    • Added PaymentItems as a superset of groups and products; getBasicPaymentItems will return 1 list with all grouped payment products as 1 item; replacing all payment products in that group.
  • Changed:
    • Changed the concept to BasicPayment* for products/groups/items without payment product fields.
    • Extended getIINDetails with an optional payment context; if you send the context it is possible to get a list of payment products back that are possible as cobrands for this card; check if the cobranded card is valid for this context before switching to it.
  • Fixed:
    • Updated expirationdate validator to fix a bug that if the application is run on the last day of the current month the expiration date is not valid if expiration date was set to this month.

Example application:

  • Added:
    • Added cobrand support.
  • Changed:
    • Updated the example app to include switching between payment products
    • Refactored the code; helper methods are now in the example-helpers.js file so that example-app.js can focus more on how the SDK works.

1.1.1

19 Apr 15:18
Compare
Choose a tag to compare

Fixed error 'AccountOnFileDisplayHints is not a constructor' when accessing an account-on-file.

1.1.0

01 Apr 09:47
Compare
Choose a tag to compare
  • Changed:
    • Replaced some occurrences of 'GlobalCollect'.

1.0.0

02 Mar 14:44
Compare
Choose a tag to compare
  • Renamed to “connect-sdk-client-js”.
  • Updated package.json with more information and proper dependency version information.
  • Added bower.json.
  • Updated documentation.

connect-sdk-client-js-0.0.20

21 Jan 15:31
Compare
Choose a tag to compare

First public release