Skip to content

3.0.0

Compare
Choose a tag to compare
@serhii-libin serhii-libin released this 03 May 17:49
· 16 commits to master since this release

👀 🙉 Lots of cool improvements and a new card scanner!

3.0 is out! A brand new scanner is included starting 3.0. We will now offer our own scanner to facilitate your consumers’ card scans. This release also contains a card check feature and many small fixes reported in the past.

⚠️ Important Change Starting 3.0.0

There is a breaking change if you offer Apple Pay in your apps. DTApplePayDelegate has been updated to reflect the current methods from PKPaymentAuthorizationControllerDelegate. Deprecated methods have been removed.

New Features

A beautiful card scanner (from us ❤️) is now used for our card scans. This newly introduced scanner is as close to iOS as it will get.

We also introduced the card check flow, which authorizes a card with no amount. This flow can be triggered by specifying a card alias, amount:0 and createAlias:false in your init request.

Added

  • Added our own card scanner, card.io's scanner was replaced
  • Added our card check flow (card: {alias:yourAlias, ...}, amount:0, createAlias:false)
  • Added support for Dankort
  • Added Dutch as a language 🇳🇱

Changed

  • Improved our error handling - we now include more information when the mobileToken is wrong or invalid, when your callback scheme is invalid, the Klarna config is wrong, and also more information related to server responses

Fixed

  • Minor bugs