Marvin Klein
Marvin Klein
Sure. `pi_3P1snBDLXVGdoDbn1wYFlVqI`. We _can_ cancel this payment intent using the web API. It’s only the react native terminal SDK `cancelPaymentIntent` method that fails with the error response above. I can’t...
@bandit-ibayashi we created a repo with a minimal project that reproduces this build-time issue: https://github.com/instamenu/starmicronics-example The readme in that repo is an excerpt from the build log with the errors.
The native SDK has a [didReportBatteryLevel](https://stripe.dev/stripe-terminal-ios/docs/Protocols/SCPBluetoothReaderDelegate.html#/c:objc(pl)SCPBluetoothReaderDelegate(im)reader:didReportBatteryLevel:status:isCharging:) event, which would solve this use case. Are there plans to bubble this event to the javascript side in an upcoming version? If not,...
@nazli-stripe, Those fields are set once when the SDK first connects to the reader, but they’re never updated after that. It would be nice if there were an event that...