How do I Print online orders using CloverSDK to Kitchen printer. I am currently using the following SDK code but it is still not printing my orders to kitchen printer.
new ReceiptPrintJob.Builder().orderId(orderId).build().print(this, mCloverAccount);
Can anyone help and suggest the correct way in case the above is not correct ?