changed SAVING to SAVINGS as transaction type for IMPS
This commit is contained in:
@@ -19,8 +19,8 @@ const impsRoute = async (req, res) => {
|
||||
amount,
|
||||
ifscCode,
|
||||
beneficiaryName,
|
||||
'SAVING',
|
||||
'check'
|
||||
'SAVINGS',
|
||||
''
|
||||
);
|
||||
|
||||
if (result.startsWith('Message produced successfully')) {
|
||||
|
||||
Reference in New Issue
Block a user