android-sdk
v1.5.1
- if available, the
LinkResult
object now includes thefirstNumbers
field. It respects your account security settings, and might return"******"
if you’ve chosen to hide the first six digits of your registered cards.
android-sdk
v1.5.0
- added a new
allowedCountries
property. It expects an array of countries allowed in the drop-down selector. - removed the
country
property. To set a single default country and not allow the user to select the country from a drop-down, set a single country in the newallowedCountries
property array.
ios-sdk
v1.8.4
- if available, the
LinkResult
object now includes thefirstNumbers
field. It respects your account security settings, and might return"******"
if you’ve chosen to hide the first six digits of your registered cards.
ios-sdk
v1.8.3
- compiled the SDK for Swift v5.3.1.
- added a new
allowedCountries
property. It expects an array of countries allowed in the drop-down selector. If your project is an Objective-C project, use theobjc_allowedCountries
property. - removed the
country
property. To set a single default country and not allow the user to select the country from a drop-down, set a single country in the newallowedCountries
property array. - removed the
.noDefault
option from theCountry
enum.
fidel-react-native
v1.4.0
- added a new
allowedCountries
property. It expects an array of countries allowed in the drop-down selector. - removed the
country
property. To set a single default country and not allow the user to select the country from a drop-down, set a single country in the newallowedCountries
property array. - if available, the card-linking result object now includes the
firstNumbers
field. It respects your account security settings, and might return"******"
if you’ve chosen to hide the first six digits of your registered cards.
cordova-plugin-fidel
v1.2.0
- added a new
allowedCountries
property. It expects an array of countries allowed in the drop-down selector. - removed the
country
property. To set a single default country and not allow the user to select the country from a drop-down, set a single country in the newallowedCountries
property array. - if available, the card-linking result object now includes the
firstNumbers
field. It respects your account security settings, and might return"******"
if you’ve chosen to hide the first six digits of your registered cards.