question

skodama avatar image
skodama asked skodama commented

ActivityNotFoundEception with ACTION_START_ORDER_MANAGE

I'm getting the ActivityNotFoundException when trying to invoke the Order app as follows:

Intent refundIntent = new Intent(Intents.ACTION_START_ORDER_MANAGE);
refundIntent.putExtra(Intents.EXTRA_ORDER_ID, request.getEMVINVOICEID());
startActivityForResult(refundIntent, CLOVER_REFUND_REQUEST);

The clover-android-sdk used by our app is ver.248.4, and the device is a production Clover Flex gen2.

It used to work in the dev device.

Clover Android SDK
2 comments
10 |2000

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

David Marginian avatar image David Marginian ♦♦ commented ·
Is the orders app installed on the device? The merchant may not be on a plan that supports orders.
1 Like 1 ·
skodama avatar image skodama David Marginian ♦♦ commented ·
I think that is the problem. The account is in the payments plus plan and it does not have access to the Orders app. Thank you!
0 Likes 0 ·

0 Answers

·

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