Workflow updating files of flopay
This commit is contained in:
parent
bc089c7d6b
commit
6e2692007f
@ -2157,8 +2157,7 @@
|
|||||||
try {
|
try {
|
||||||
upiID = floDapps.user.decrypt(upi_id);
|
upiID = floDapps.user.decrypt(upi_id);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error("UPI ID is not encrypted with a proper key", error);
|
upiID = "your UPI ID";
|
||||||
return notify("UPI ID is not encrypted with a proper key", 'error');
|
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
upiID = upi_id;
|
upiID = upi_id;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user