I need to pass the Order ID back to my app once payment has been processed.
I've been using ACTION_PAYMENT_PROCESSED
, however, it skips the screen where the employee has the option to print/email/SMS receipts or void the transaction. Ideally I would like this screen to still follow payment, and to then move back into my app once the "Done" button is pressed on this screen.
Is there a Broadcast for this action?
Also, is there some way to listen to all Clover broadcasts? I mean other than registering a reciever for every type of intent!