Releases: checkout/frames-ios
Releases · checkout/frames-ios
Update Dependencies
- 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
Fixed a crash happening while editing phone number field
Improvement
- Add billing address and phone details to token response
Bug fix
- Fix ThreedsWebViewController to support 3DS2 interceptor
Bug fix
- Fix CVV field keyboard localisation issue
Improvement
- Make ErrorResponse properties public
Migrate to Swift 5 and new tokenisation endpoint
- Migrated to Swift 5
- Migrated to Unified Payments API tokenisation endpoint
- Simplified the structure
- Updated the docs
Bug fixes and improvements
- Navigation improvement
- Phone number field validation improvement
2.6.1
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
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.