Skip to content

5.0.0

Latest

Choose a tag to compare

@access-checkout-sdk-ci access-checkout-sdk-ci released this 29 Oct 16:03
5b93abc

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