Skip to content

5.4.0

Compare
Choose a tag to compare
@erenbesel erenbesel released this 29 Sep 10:54
· 1283 commits to develop since this release
e99f773

Important

Known Issue: For Apple Pay using Drop-in, the Apple Pay payment form is not dismissed when the shopper cancels the payment.
Please consider updating to 5.4.1

New:

  • For redirect payment methods, when the shopper opens the current payment web page in the default browser by tapping the toolbar button, RedirectComponent now triggers ActionComponentDelegate.didOpenExternalApplication.
  • Bancontact cards are now supported in the CardComponent
  • Dual-branded Bancontact cards now allow brand selection in the BCMCComponent

Changed:

Currency code Minor units
ISK 2
RSD 2
MRU 2
GHS 2

Fixed:

  • A problem no longer occurs where, when the shopper cancelled a payment in progress, DropInComponentDelegate didn't call didCancel.
  • Cash App payments are no longer refused because of the missing customerId field in the /payments/details request.
  • For payment methods with input forms where the billing address section is separated from the personal details section, the Billing address header has been added.
  • The SwiftUI helper now supports AlertViewController.
  • The formValueItemView no longer has a memory leak.