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 d4195d31bf
commit e1c3125efa

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"
)
);
console.log(error);
console.error(error);
}
plaid_success(token, response) {