remove testing code

This commit is contained in:
buzzcode2007 2024-02-27 20:11:10 +08:00
parent 44a7d9ac1b
commit 7cc4561599

View file

@ -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();
}