mek_stripe_terminal 2.1.4
mek_stripe_terminal: ^2.1.4 copied to clipboard
A StripeTerminal plugin to discover readers, connect to them and process payments.
2.1.4 #
2.1.3 #
- fix(ios): Fixed discoveryReaders method, it does not emit any readers and the new stream was immediately closed on subsequent invocations
2.1.2 #
- fix(ios): Executed fetch token and more actions on main thread
2.1.0 #
- docs: Documented readers (methods, classes) and payment intents (methods)
- feat: added
Readers.batteryStatusfield
2.0.0 #
- feat: added support to
getPaymentStatus - feat: added support to
clearCachedCredentials - feat: added support to
collectRefundPaymentMethodandprocessRefund - feat: added support to
createSetupIntent,retrieveSetupIntent,collectSetupIntentPaymentMethod,confirmSetupIntentandcancelSetupIntent - feat: added support to
createPaymentIntentandcancelPaymentIntent - chore: update android StripeTerminal dependency to 2.23.0
- chore: update ios StripeTerminal dependency to 2.23.1
Braking Changes
- refactor: removed
liveModeonPaymentIntentandPaymentMethodclasses, not supported on ios - refactor: renamed
PaymentMethod.cardDetailstoPaymentMethod.card - refactor: renamed
connectionStatustogetConnectionStatusandconnectedReadertogetConnectedReaderon StripeTerminal class
1.0.0 #
- Initial version.