4.9.0
Caution
This release is not compatible with Xcode 15+
Please consider updating to 4.11.1 or newer
Deprecated
- The
finalizeIfNeeded(with success: Bool)method. UsefinalizeIfNeeded(with success: Bool, completion: (() -> Void)?)instead.
Improved
- Successful Apple Pay are now finalized with
finalizeIfNeeded(with success: Bool, completion: (() -> Void)?), which increases conversion rates.