HI @Raymond Lee I would like to know if this issue still happens on clover station 2(Station 2018)
I am getting the following error on clover station 2018 Devkit and the app crashes
No Activity found to handle intent {act=clover.intent.action.START_SECURE_PAYMENT(has extras)}
I am using the following code to call the SECURE_PAY Intent
Intent intent = new Intent(Intents.ACTION_SECURE_PAY); intent.putExtra(Intents.EXTRA_ORDER_ID, order.getTransactionId()); int totalAmount = (int)(order.getTotalAmount() * 100); intent.putExtra(Intents.EXTRA_AMOUNT,Long.valueOf(totalAmount)); startActivityForResult(intent, CLOVER_PAYMENT_REQUEST);
I answered this question in your own created post, let me know if you have any additional questions.
See: https://clover.cloud.answerhub.com/answers/11878/view.html
-Raymond
2 People are following this question.
"StaticPaymentPrintJob- Print" Notifies with printing error.
How to print the receipt automatically after order created in Clover?
Facing com.clover.sdk.v1.ClientException when adding Discount in the Order
Printer App Queue Showing Error
is there any way to collect number of products used in last 7 days orders/payment?