Skip to content

3.7.0

Compare
Choose a tag to compare
@mohammedDehairy mohammedDehairy released this 07 Oct 07:52
  • Adds more accurate card brands detection in CardComponent.
  • Adds a closure to ApplePayComponent to be called in case user cancels.
  • Fixes a bug with ApplePayComponent cancellation.
  • Updates 3DS SDK to 2.1.0-rc.6.
  • Adds MBWayComponent and AwaitComponent to handle MB Way payment method and await actions respectively.
  • Adds client key configuration to replace card public key.
  • The card public key is now fetched using the client key in case client key is provided, otherwise falls back to using configured card public key.
  • Adds dismiss(animated:completion:) to RedirectComponent to enable programmatically dismissing it.
  • Adds support to exclude certain card brands from ApplePayComponent.
  • Adds JCB to supported card brands by ApplePayComponent.
  • Adds didCancel(component:from:) to DropInComponentDelegate to call back client code when a managed component is dismissed by the shopper.
  • Adds modalPresentationStyle to RedirectComponentStyle to enable configuring how RedirectComponent is presented.