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 { 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;