diff --git a/src/main/java/tech/iBeans/POSware/Lite/transact.java b/src/main/java/tech/iBeans/POSware/Lite/transact.java index d7c7e6a..d3da8f8 100644 --- a/src/main/java/tech/iBeans/POSware/Lite/transact.java +++ b/src/main/java/tech/iBeans/POSware/Lite/transact.java @@ -147,8 +147,6 @@ public class transact { }; }; }; - - System.out.println(item_pricing); // Return the data. return item_pricing; @@ -254,9 +252,8 @@ public class transact { public static void finalise() { /* Finalize the transaction. */ - // TODO Replace this section with the ability to initialize receiving payment in the backend. + // TODO Replace this section with wrapping up the payment, "saving" the receipt, and then initializing it. - // payment.begin(); // receipt.finalise(); }