Hi ,
Many of the merchants using my POS app in Clover are reporting a problem where their Receipt printer starts printing all previous orders that were not printed earlier when my android app issues a print job for a single order.
Following is the Clover SDK code snippet which is being used in my app to print a single order.
new ReceiptPrintJob.Builder().orderId(orderId).build().print(this, mCloverAccount);
Is there something wrong with the code i am using?
Could you please help on why this is happening and how to mitigate this for the merchants. Is this a problem or a default behavior of Clover?
Thanks