capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
https://capacitor-community-stripe.netlify.app/
MIT License
192 stars 77 forks source link

android: feat(terminal): add bindings for reader software update status, battery level, and simulator configuration #359

Closed DoctorMcKay closed 1 month ago

DoctorMcKay commented 3 months ago

Adds new events to report reader software update status, an event to report reader battery status, and setSimulatorConfiguration method.

kyleabens commented 1 month ago

Any update on this? The only thing preventing me from using this plugin is not being able to listen for firmware updates so I can convey that to the user.

rdlabo commented 1 month ago

Sorry for the delay. I looked it over and it is excellent! Thanks for the great pull request following the code so far. Merge and test further.

rdlabo commented 1 month ago

Note: It will take some time to release the product as we will be working on the iOS implementation. Also, there is a possibility of specification changes to make it consistent with iOS behavior.

rdlabo commented 1 month ago

Note: iOS can't get errorCode, so changed type. https://github.com/capacitor-community/stripe/pull/375/commits/6db8444730cab2b1d7f95d9ec0fcfaf5b3ef6161

rdlabo commented 1 month ago

@DoctorMcKay Released! Thanks awesome pull request! https://github.com/capacitor-community/stripe/releases/tag/v6.1.0

Did you use this plugin for production? If yes, please tell us what app. This help development this plugin.

👉 https://github.com/capacitor-community/stripe/issues/145

Thanks.

DoctorMcKay commented 1 month ago

Great, thanks for the release!

I am using this in production, but it's a private app that's not publicly available.