5.4.0
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,
RedirectComponentnow triggersActionComponentDelegate.didOpenExternalApplication. - Bancontact cards are now supported in the
CardComponent - Dual-branded Bancontact cards now allow brand selection in the
BCMCComponent
Changed:
- Support for Xcode 15.
- iOS 11 is no longer supported because it's not supported by Xcode 15.
- CashApp Pay SDK Version: 0.5.1
- The minor units for
the following currencies:
| 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,
DropInComponentDelegatedidn't calldidCancel.
- Cash App payments are no longer refused because of the missing
customerIdfield in the/payments/detailsrequest. - 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
SwiftUIhelper now supportsAlertViewController. - The
formValueItemViewno longer has a memory leak.