question

Lee Tickett avatar image
Lee Tickett asked Lee Tickett commented

Sale / Refund on Clover Station

Why does the clover station have the "Manual Transaction" app instead of the Refund and Sale apps?
We are trying to use ACTION_MANUAL_PAY And ACTION_MANUAL_REFUND and getting an error (on clover station, it works on flex and our emulator);
Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=clover.intent.action.MANUAL_PAY }
                  java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.lee.fashion/com.example.lee.fashion.MainActivity}: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=clover.intent.action.MANUAL_PAY }
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

Jeffrey Blattman avatar image
Jeffrey Blattman answered Lee Tickett commented
Manual Transaction is an older app that we are phasing out. It's wrong how it is now. Either MT app needs to respond to the same intent with the same semantics or Sale needs to be available on Station 1.

I'll file a bug to remedy it. Can't give you any time line though. In the mean time you may have to check the Build.MODEL and send "com.clover.intent.action.START_MANUALTRANSACTION" on Station 1.
1 comment
10 |2000

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

Lee Tickett avatar image Lee Tickett commented ·

Thank you, I will give that a try. Any reason that intent isn't documented?

0 Likes 0 ·

Welcome to the
Clover Developer Community