feat: added transactions record keeping feature
This commit is contained in:
@@ -14,7 +14,8 @@ const transferRoute = async (req, res) => {
|
||||
fromAccount,
|
||||
toAccount,
|
||||
toAccountType,
|
||||
amount
|
||||
amount,
|
||||
req.user
|
||||
);
|
||||
|
||||
if (result.status === 'O.K.') {
|
||||
|
Reference in New Issue
Block a user