From 19fe1306e3a227bb768ff3ef26aa869af576681f Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Fri, 15 Apr 2022 18:16:00 +0530 Subject: [PATCH] Error handling update --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index c0086e3..38a388e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1694,7 +1694,7 @@ } } catch (err) { - if ((err.data || err) === 'Insufficient token balance' && asset === 'rupee') { + if ((err.data || err) === 'Insufficient rupe balance') { showWalletResult('error', `Failed`, err.data || err, 'open-upi') } else { showWalletResult('error', `Failed`, err.data || err)