mek_stripe_terminal 2.1.2 mek_stripe_terminal: ^2.1.2 copied to clipboard
A StripeTerminal plugin to discover readers, connect to them and process payments.
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.batteryStatus
field
2.0.0 #
- feat: added support to
getPaymentStatus
- feat: added support to
clearCachedCredentials
- feat: added support to
collectRefundPaymentMethod
andprocessRefund
- feat: added support to
createSetupIntent
,retrieveSetupIntent
,collectSetupIntentPaymentMethod
,confirmSetupIntent
andcancelSetupIntent
- feat: added support to
createPaymentIntent
andcancelPaymentIntent
- chore: update android StripeTerminal dependency to 2.23.0
- chore: update ios StripeTerminal dependency to 2.23.1
Braking Changes
- refactor: removed
liveMode
onPaymentIntent
andPaymentMethod
classes, not supported on ios - refactor: renamed
PaymentMethod.cardDetails
toPaymentMethod.card
- refactor: renamed
connectionStatus
togetConnectionStatus
andconnectedReader
togetConnectedReader
on StripeTerminal class
1.0.0 #
- Initial version.