refactor: use console.error for error logging in Plaid integration

(cherry picked from commit 9322095786)
This commit is contained in:
Abdeali Chharchhoda
2026-01-24 11:34:34 +05:30
committed by Mergify
parent 22a8d483e1
commit 9a175757ac

View File

@@ -113,7 +113,7 @@ erpnext.integrations.refreshPlaidLink = class refreshPlaidLink {
"There was an issue connecting to Plaid's authentication server. Check browser console for more information" "There was an issue connecting to Plaid's authentication server. Check browser console for more information"
) )
); );
console.log(error); console.error(error);
} }
plaid_success(token, response) { plaid_success(token, response) {