Intent intent = new Intent(Intents.ACTION_SECURE_PAY); intent.putExtra(Intents.EXTRA_AMOUNT, amount); intent.putExtra(Intents.EXTRA_ORDER_ID, orderId); startActivityForResult(intent, SECURE_PAY_REQUEST_CODE);
Intent intent = new Intent(Intents.ACTION_SECURE_PAY); intent.putExtra(Intents.EXTRA_AMOUNT, amount); intent.putExtra(Intents.EXTRA_ORDER_ID, orderId); startActivityForResult(intent, SECURE_PAY_REQUEST_CODE);
1 Person is following this question.
Facing com.clover.sdk.v1.ClientException when adding Discount in the Order
"StaticPaymentPrintJob- Print" Notifies with printing error.
Order in Locked State, subsequently deleted
Sandbox Clover :Placed Orders are Not Displaying in Merchant Orders table
Orders created through the REST API are not showing up on my account.