870871872873874875876877878879880
DeviceLoader.receipt.printReceipt(currentTrans, true); return null; } }; worker.start(); // save the TX Log txLog.set("statusId", "POSTX_SOLD"); txLog.set("orderId", orderId); txLog.set("itemCount", new Long(cart.size()));
125126127128129130131132133134135
Debug.logError(e, "Button invocation exception - " + buttonName, module); } return null; } }; worker.start(); } else { Debug.logWarning("No button name found for buttonPressed event", module); } }
895896897898899900901902903904905
123124125126127128129130131132133