Skip to content

v0.0.1-beta.19

Compare
Choose a tag to compare
@nazli-stripe nazli-stripe released this 11 Jun 22:25
· 81 commits to main since this release
93f3ca0
  • Native SDKs upgrade to 3.6.0.
  • New: Added a new SDK method, supportsReadersOfType, to allow runtime checking of device hardware compatibility for TTP devices.
  • New: Added support for displaying toggles with collectInputs.
  • New: Added getters for PaymentStatus, ConnectionStatus and connectedReader.
  • New: Added callbacks for onDidUpdateBatteryLevel, onDidReportLowBatteryWarning and onDidReportReaderEvent.
  • Improvement: When there is an API error during the payment flow, the latest PaymentIntent is returned in addition to the errors. Addresses #674
  • Improvement: createPaymentIntent method by default creates card_present PaymentIntents if payment_method is not specified. offlineBehavior is no longer a required field.
  • Beta: Support for dynamic currency conversion when taking payments.
  • Bug fix: Fixed a bug in PaymentMethod mapping. Fixes #697

What's Changed

New Contributors

Full Changelog: v0.0.1-beta.17...v0.0.1-beta.19