I'm trying to follow the examples in the docs here:
https://docs.clover.com/docs/intents-and-broadcasts
and also here:
https://github.com/clover/android-examples/tree/master/modifyorderbutton
I'd like to get a button on the payment screen. I haven't been able to get anything to happen using
clover.intent.action.MODIFY_ORDER
No button and no log statements reached. I've tried several other intents with the same results.
When I filter the logcat output of my emulator for "clover.intent", the only intents I ever see are "com.clover.intent.action.PAY" and "com.clover.intent.action.START_ORDER_MANAGE". I've also tried using these in my intent filters, and nothing happens.
It looks like the examples in the github repository are very old. Is there a different way to do this now?