Skip to content

Releases: checkout/frames-ios

Update Dependencies

21 Oct 10:33
ebe796e
Compare
Choose a tag to compare
  • Update PhoneNumberKit, rename to CKOPhoneNumberKit to avoid clashing with other integrations of the framework.
  • Update MockingJay framework dependency to a version that supports Swift 5. This is used for unit tests within the Frames-ios Xcode project.

Bug Fix

12 Aug 11:34
a2ad867
Compare
Choose a tag to compare

Fixed a crash happening while editing phone number field

Improvement

21 May 16:35
Compare
Choose a tag to compare
  • Add billing address and phone details to token response

Bug fix

18 May 11:40
Compare
Choose a tag to compare
  • Fix ThreedsWebViewController to support 3DS2 interceptor

Bug fix

17 Jan 12:41
Compare
Choose a tag to compare
  • Fix CVV field keyboard localisation issue

Improvement

30 Oct 11:06
8193b26
Compare
Choose a tag to compare
  • Make ErrorResponse properties public

Migrate to Swift 5 and new tokenisation endpoint

29 Oct 18:24
84fb88f
Compare
Choose a tag to compare
  • Migrated to Swift 5
  • Migrated to Unified Payments API tokenisation endpoint
  • Simplified the structure
  • Updated the docs

Bug fixes and improvements

14 Jan 15:04
Compare
Choose a tag to compare
  • Navigation improvement
  • Phone number field validation improvement

2.6.1

22 Nov 15:32
Compare
Choose a tag to compare

Added

  • Added the possibility to pre-populate the UI fields of billing details

Fixed

  • Fixed issue where the keyboard was overriding text fields
  • Fixed the response model of the card token object: now includes postcode and phone number

2.6.0

19 Nov 18:28
Compare
Choose a tag to compare

Added

  • Added a delegate method onSubmit that is executed when the card data is submitted to create the card token.

Fixed

  • Fixed issue with ios 10 where the fields on the billing address screen will display only one character.
  • Fixed cursor position when formatting card number and phone number input field.