Skip to content

4.8.0

Choose a tag to compare

@neelSharma12 neelSharma12 released this 06 Jul 14:47
· 304 commits to v4 since this release
ae1e58a

Caution

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

Deprecated

  • The URL extension. This shouldn't affect your integration because this is an internal code change.

Removed

  • In the RegionRepository class, the functions getSubRegions and getCountries are removed. This shouldn't affect your integration because this is an internal code change.

Improved

  • For the Card Component, use the new billingAddressRequirementPolicy parameter in the configuration object to specify card brands for which the billing address field is optional ([Github Issue] (#939))

Fixed

  • For Drop-in, when you make a partial payment with a gift card and select another payment method, the payment button now shows the remaining amount.
  • For Drop-in, you can now use Apple Pay to complete a partial gift card payment.
  • For the Apple Pay Component, the PaymentData.amount passed from the SDK to the didSubmit callback is no longer nil. This fixes the issue introduced in v4.0.0.