remove testing code
This commit is contained in:
parent
44a7d9ac1b
commit
7cc4561599
1 changed files with 1 additions and 4 deletions
|
@ -148,8 +148,6 @@ public class transact {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
System.out.println(item_pricing);
|
|
||||||
|
|
||||||
// Return the data.
|
// Return the data.
|
||||||
return item_pricing;
|
return item_pricing;
|
||||||
|
|
||||||
|
@ -254,9 +252,8 @@ public class transact {
|
||||||
public static void finalise() {
|
public static void finalise() {
|
||||||
/* Finalize the transaction. */
|
/* 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();
|
// receipt.finalise();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue