mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
refactor: use console.error for error logging in Plaid integration
(cherry picked from commit 9322095786)
This commit is contained in:
committed by
Mergify
parent
d4195d31bf
commit
e1c3125efa
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user