The code we have is:
SaleRequest saleRequest = new SaleRequest(); saleRequest.setAmount(2500); saleRequest.setExternalId("MYID"); saleRequest.setTipMode(TipMode.ON_SCREEN_BEFORE_PAYMENT); saleRequest.setCardEntryMethods(36623); paymentConnector.sale(saleRequest);
This works -- Tip collection screen shows -- on Flex. But on Station, it does not show this Tip capture screen. How can we make it work on Station as well? Station does not have a Mini attached.