Intent i = new Intent(Intents.ACTION_SECURE_PAY); i.putExtra(Intents.EXTRA_ORDER_ID, "XXX"); i.putExtra(Intents.EXTRA_AMOUNT, 1000); context.startActivity(i);
Works fine on a Clover Mini 2018 / 2nd Generation dev kit we have here but does nothing on a Clover Flex dev kit.
Should it be working? Are there any troubleshooting steps we could take?
Thanks