Changed
-
Updated 3D Secure 2 SDK to version 2.4.3
- Fixed a bug where an object was prematurely released, which could cause the transaction to fail.
-
Improved the user experience for the UPI component:
- The QR code flow has been removed. The shopper can pay the following ways:
- Intent flow: the shopper pays with an installed UPI app.
- Collect flow: the shopper enters their UPI ID.
- The QR code flow has been removed. The shopper can pay the following ways:
-
Added new instructions labels for better clarity across all UPI payment flows.
-
Minor changes in design to improve the user experience.
Fixed
- On iOS 17, fixed a bug that caused a crash when
present(viewController:)
was called multiple times in short timespan from a SwiftUI view. This fixes issue #2182 (contributor: @MatthiasFriese ).