You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
BREAKING CHANGE
Added
Support for co-branded cards
add onCardBrandsChanged method in AccessCheckoutValidationListener to support notifying merchants of multiple brands associated to single card, i.e. co-branded cards
Add initialiseValidation method in AccessCheckoutClient to simplify mechanism to initialise validation for card and cvc
Removed
AccessCheckoutValidationInitialiser class in favour of accessCheckoutClient.initialiseValidation
onBrandsChange method from AccessCheckoutValidationListener in favour of onCardBrandsChanged
baseUrl() and lifecycleOwner() methods from CardValidationConfig and CvcValidationConfig builders