Workflow updating files of flopay

This commit is contained in:
RanchiMall Dev 2024-10-21 11:53:35 +00:00
parent bc089c7d6b
commit 6e2692007f

View File

@ -2157,8 +2157,7 @@
try {
upiID = floDapps.user.decrypt(upi_id);
} catch (error) {
console.error("UPI ID is not encrypted with a proper key", error);
return notify("UPI ID is not encrypted with a proper key", 'error');
upiID = "your UPI ID";
}
} else
upiID = upi_id;
@ -4484,4 +4483,4 @@
</script>
</body>
</html>
</html>