capacitor-community / stripe

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

android: fix(terminal): request bluetooth permission for discoverReaders #358

Closed DoctorMcKay closed 1 month ago

DoctorMcKay commented 3 months ago

It's necessary to request Bluetooth permission to scan for readers. This adds that request to the discoverReaders method, if the desired type is Bluetooth or Simulated.

rdlabo commented 1 month ago

Thanks for the pull request. This was an omission in my check. Thanks for the help! Merge and test further.