question

Lee Tickett avatar image
Lee Tickett asked Lee Tickett answered

ACTION_SECURE_PAY on Clover Flex

Using some simple code;

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
Payments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Lee Tickett avatar image
Lee Tickett answered
Seems to be working now- must have been an intermittent issue.
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community