Skip to content

4.9.0

Compare
Choose a tag to compare
@erenbesel erenbesel released this 13 Sep 08:28
· 199 commits to v4 since this release
7a601b5

Important

This release is not compatible with Xcode 15
Please consider updating to 4.11.1 or newer

Deprecated

  • The finalizeIfNeeded(with success: Bool) method. Use finalizeIfNeeded(with success: Bool, completion: (() -> Void)?) instead.

Improved

  • Successful Apple Pay are now finalized with finalizeIfNeeded(with success: Bool, completion: (() -> Void)?), which increases conversion rates.