added empty string as default narration value in transfer
This commit is contained in:
@@ -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(
|
||||||
|
Reference in New Issue
Block a user