Skip to content

13.1.0

Choose a tag to compare

@remonh87 remonh87 released this 10 Jul 16:31
· 14 commits to main since this release
08765f9

Features:

  • Embedded Payment Element: Added official support for updating the EmbeddedPaymentElement. (#2427)

Fixes:

  • Fixed Build Failures: Resolved an issue where iOS builds would fail on Flutter versions earlier than 3.41.0 due to a missing FlutterFramework dependency. (#2425)
  • Embedded Payment Element Fix: Fixed an issue where the EmbeddedPaymentElement failed to load on iOS because the merchantIdentifier could not be found. (#2426)
  • Element Remounting Fix: Resolved an issue causing an infinite spinner when an ExpressCheckoutElement instance remounted by ensuring a unique view type per instance. (#2405, #2439)
  • Google Pay Fix: Fixed an issue where isPlatformPaySupported would not work properly when used with existingPaymentMethodRequired. (#2245)