Skip to content

v0.0.1-beta.14

Compare
Choose a tag to compare
@nazli-stripe nazli-stripe released this 07 Dec 01:52
· 127 commits to main since this release
630fb29

Summary

  • Bumps Terminal iOS and Android SDKs to 3.2.0. Minimum requirements are:
    • Android API level 26 and above
    • iOS 13 and above
  • Support for offline mode on mPOS devices
  • Bug fixes and improvements:
    • Fixes an issue where calling connectBluetoothReader without autoReconnectOnUnexpectedDisconnect causes an exception.
    • Adds support for specifying statementDescriptorSuffix when creating PaymentIntents via the SDK
    • PaymentMethod ID is now returned in the PaymentIntent responses

Breaking Changes

  • processPayment has been renamed to confirmPaymentIntent
  • processRefund has been renamed to confirmRefund
  • readReusableCard is no longer supported. Use SetupIntents to store cards.

What's Changed

Full Changelog: v0.0.1-beta.13...v0.0.1-beta.14