PurpleSoftSrl / sumup_flutter_plugin

A Flutter wrapper to use the SumUp SDK. With this plugin, your app can easily connect to a SumUp terminal, login and accept card payments on Android and iOS.
https://www.purplesoft.io
MIT License
17 stars 17 forks source link

feat(android): prepareForCheckout with retain BLE connection #33

Closed gabrielsolomon closed 1 year ago

sstasi95 commented 1 year ago

The iOS native part must be implemented. Since there is nothing changed in the SumUp's prepareForCheckout on iOS, we can just copy wakeUpTerminal and name it prepareForCheckout.

gabrielsolomon commented 1 year ago

The iOS native part must be implemented. Since there is nothing changed in the SumUp's prepareForCheckout on iOS, we can just copy wakeUpTerminal and name it prepareForCheckout.

I added the method now

sstasi95 commented 1 year ago

@gabrielsolomon thanks for your contribution!

gabrielsolomon commented 1 year ago

@gabrielsolomon thanks for your contribution!

My pleasure :)