We would like to automatically print the order receipts from the configured order printers based on the labels, Just like how the fire option works in printer timing selection from order receipts settings. When we try to use the following code it prompts the user to select an order printer
PrintJob print_job = new StaticOrderPrintJob.Builder().order(mOrder).build(); print_job.print(thisActivity, account);
Is there are a way to replicate the "fire when hitting pay" option from the register app using the android SDK in our application.