feat: added transactions record keeping feature

This commit is contained in:
2025-09-08 20:04:55 +05:30
parent 05068634fe
commit f675f1561a
9 changed files with 120 additions and 6 deletions

View File

@@ -14,7 +14,8 @@ const transferRoute = async (req, res) => {
fromAccount,
toAccount,
toAccountType,
amount
amount,
req.user
);
if (result.status === 'O.K.') {