StaticReceiptPrintJob printJob = (StaticReceiptPrintJob) new StaticReceiptPrintJob.Builder().order(order).flag(FLAG_CUSTOMER).build();return new PrintJobsConnector(getReactApplicationContext()).print(p, printJob);Transactions are made with contactless payment method, the same credit card every time and my problem is receipt content:
once it prints with card details between 'total' and 'order number', the other time prints without card details.
In my point of view it is like random. How can I define it?