v0.0.1-beta.19
nazli-stripe
released this
11 Jun 22:25
·
78 commits
to main
since this release
- 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
andonDidReportReaderEvent
. - 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 createscard_present
PaymentIntents ifpayment_method
is not specified.offlineBehavior
is no longer a required field. - Beta: Support for dynamic currency conversion when taking payments.
- To request access, please email stripe-terminal-betas@stripe.com
- Bug fix: Fixed a bug in PaymentMethod mapping. Fixes #697
What's Changed
- Bump SDK target to 34 by @ianlin-bbpos in #690
- Upgrade example app dependencies by @nazli-stripe in #689
- Upgrade SDK version to .18 by @nazli-stripe in #691
- Support Invalid location registration for mPOS readers. by @ianlin-bbpos in #692
- Add method of supportsReadersOfType by @ianlin-bbpos in #686
- Support toggles of collectinput by @ianlin-bbpos in #694
- Bump rexml from 3.2.6 to 3.2.8 in /dev-app by @dependabot in #699
- Fix PaymentMethod mapping by @nazli-stripe in #698
- Add support for dynamic currency conversion (beta) by @henryx-stripe in #700
- Nullify collect cancelables after confirm by @nazli-stripe in #703
- Update docs by @nazli-stripe in #704
- Support test case of declining transaction based on card brand by @ianlin-bbpos in #701
- Fixed the amount mismatch in full refund by @EricLin-BBpos in #710
- Support getting payment status by @ianlin-bbpos in #705
- Upgrade cocoapods version by @nazli-stripe in #713
- Bump to sdks 3.6.0 by @EricLin-BBpos in #715
- Support getting ConnectionStatus value from Terminal by @EricLin-BBpos in #712
- Populate pi in error by @ianlin-bbpos in #707
- Add missing Reader callbacks by @EricLin-BBpos in #706
- Support getting connectedReader from Terminal by @EricLin-BBpos in #716
- Fix PaymentScreen.tsx example in README.md by @rdupon in #717
- Minor typo when reader is disconnected caught during QA by @martinmroz-stripe in #723
- CreatePaymentIntent improvements by @EricLin-BBpos in #724
- Rename collect input types. by @ianlin-bbpos in #721
- beta.19 release prep by @nazli-stripe in #728
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #729
New Contributors
- @henryx-stripe made their first contribution in #663
- @rdupon made their first contribution in #717
- @martinmroz-stripe made their first contribution in #723
Full Changelog: v0.0.1-beta.17...v0.0.1-beta.19