mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
fix: cleanup development
This commit is contained in:
@@ -22,7 +22,6 @@ erpnext.integrations.plaidLink = class plaidLink {
|
|||||||
frappe.xcall('erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.plaid_configuration')
|
frappe.xcall('erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.plaid_configuration')
|
||||||
.then(result => {
|
.then(result => {
|
||||||
if (result !== "disabled") {
|
if (result !== "disabled") {
|
||||||
console.log(result)
|
|
||||||
if (result.plaid_env == undefined || result.plaid_public_key == undefined) {
|
if (result.plaid_env == undefined || result.plaid_public_key == undefined) {
|
||||||
frappe.throw(__("Please add valid Plaid api keys in site_config.json first"));
|
frappe.throw(__("Please add valid Plaid api keys in site_config.json first"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user