Intent intent = new Intent(Intents.ACTION_SECURE_PAY); TransactionSettings transactionSettings = new TransactionSettings(); transactionSettings.setDisableRestartTransactionOnFailure(true); transactionSettings.setDisableReceiptSelection(true); transactionSettings.setCardEntryMethods(CARD_ENTRY_METHOD_ALL); new PayIntent.Builder() .orderId({CLOVER-ORDER-ID}) .amount(1000) .taxAmount(100) .transactionSettings(transactionSettings) .build().addTo(intent); startActivityForResult(intent, CLOVER_PAYMENT_REQUEST);Once invoked the station (2018) printer with customer display prompts to present the card but when the merchant taps on cancel from the Secure pay interface from the clover station the prompt on the printer doesn't reset. Should any other additional property be set from the above code to reset the customer screen on the printer?