Skip to content

v.1.2.0

Compare
Choose a tag to compare
@remonh87 remonh87 released this 28 Jul 18:47
· 290 commits to main since this release
df2f9c1

Breaking changes

  • Rename confirmPaymentMethod to confirmPayment accordingly with the change in the native SDK

Other changes

  • Sync with latest Stripe sdk.
  • Add StripeException that encapsulates finer grained and localized error messaging coming from the Stripe SDK.
  • Add CardEditController to handle the clear, focus, blur methods from the cardfield.
  • Implement FontFamily on iOS.
  • Add dangerouslyUpdateCardDetails to allow custom UIs. (Please be sure to understand the severe implications of this approach here).