0.0.93
This commit is contained in:
parent
8dc8056f42
commit
630cd74d1c
@ -2221,6 +2221,7 @@
|
|||||||
if (status) {
|
if (status) {
|
||||||
refresh_balance()
|
refresh_balance()
|
||||||
withdrawRequest.remove()
|
withdrawRequest.remove()
|
||||||
|
notify('Withdraw request confirmed', 'success')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Function for confirming pay requests
|
// Function for confirming pay requests
|
||||||
@ -12966,7 +12967,7 @@
|
|||||||
token_app.master_configurations.TYPE_MSGES, {
|
token_app.master_configurations.TYPE_MSGES, {
|
||||||
receiverID: input_data['withdrawer_flo_id']
|
receiverID: input_data['withdrawer_flo_id']
|
||||||
})
|
})
|
||||||
|
return true
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
notify('Cash withdrawal failed.', 'error')
|
notify('Cash withdrawal failed.', 'error')
|
||||||
throw new Error(error, 'error')
|
throw new Error(error, 'error')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user