From 630cd74d1cd981e04fd3cf9557405637c384e25b Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 5 Nov 2020 00:34:02 +0530 Subject: [PATCH] 0.0.93 --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 6321567..a48849d 100644 --- a/index.html +++ b/index.html @@ -2221,6 +2221,7 @@ if (status) { refresh_balance() withdrawRequest.remove() + notify('Withdraw request confirmed', 'success') } } // Function for confirming pay requests @@ -12966,7 +12967,7 @@ token_app.master_configurations.TYPE_MSGES, { receiverID: input_data['withdrawer_flo_id'] }) - + return true } catch (error) { notify('Cash withdrawal failed.', 'error') throw new Error(error, 'error')