added empty string as default narration value in transfer
This commit is contained in:
@@ -6,7 +6,7 @@ async function transfer(
|
||||
toAccountType,
|
||||
amount,
|
||||
// narration = 'transfer from mobile'
|
||||
narration
|
||||
narration = ''
|
||||
) {
|
||||
try {
|
||||
const response = await axios.post(
|
||||
|
Reference in New Issue
Block a user