added remarks in NEFT transaction
This commit is contained in:
@@ -15,6 +15,7 @@ const neftRoute = async (req, res) => {
|
||||
amount,
|
||||
beneficiaryName,
|
||||
remitterName,
|
||||
remarks
|
||||
} = req.body;
|
||||
|
||||
try {
|
||||
@@ -25,7 +26,8 @@ const neftRoute = async (req, res) => {
|
||||
amount,
|
||||
ifscCode,
|
||||
beneficiaryName,
|
||||
remitterName
|
||||
remitterName,
|
||||
remarks
|
||||
);
|
||||
logger.info(result);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user