added empty string as default narration value in transfer

This commit is contained in:
2025-09-08 16:33:03 +05:30
parent 50753295b4
commit 05068634fe

View File

@@ -6,7 +6,7 @@ async function transfer(
toAccountType, toAccountType,
amount, amount,
// narration = 'transfer from mobile' // narration = 'transfer from mobile'
narration narration = ''
) { ) {
try { try {
const response = await axios.post( const response = await axios.post(