From 7cc45615992fccff2fb6f91af6a989961b450926 Mon Sep 17 00:00:00 2001 From: buzzcode2007 <73412182+buzz_lightsnack_2007@users.noreply.github.com> Date: Tue, 27 Feb 2024 20:11:10 +0800 Subject: [PATCH] remove testing code --- src/main/java/tech/iBeans/POSware/Lite/transact.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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(); }