set up transaction finalization function
Commented functions are expected names.
This commit is contained in:
parent
4cf91267c3
commit
74ea1167ed
1 changed files with 10 additions and 0 deletions
|
@ -250,4 +250,14 @@ public class transact {
|
|||
// Return the state.
|
||||
return(true);
|
||||
};
|
||||
|
||||
public static void finalise() {
|
||||
/* Finalize the transaction. */
|
||||
|
||||
// TODO Replace this section with the ability to initialize receiving payment in the backend.
|
||||
|
||||
// payment.begin();
|
||||
// receipt.finalise();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue