brotherton-erpnext/erpnext/erpnext_integrations
Chinmay Pai b3c732daf5 refactor(plaid): move configuration from site_config to doctype (#18712)
* feat(plaid): move plaid from site_config to doctype

plaid requires accessing site_config and cloud users cannot access
site_config and hence, plaid integration doesn't work on the cloud.
Moving all the configuration from site_config to the Plaid Settings
doctype fixes this issue.

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

* feat(plaid): make changes to plaid_settings and add patch

* remove all references for get()-ing plaid variables from frappe.conf
  and replace them with values from doctype
* add patch to move all existing plaid settings variable values from
  frappe.conf to plaid_settings doctype

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

* fix(plaid): use get_single_value for Plaid Settings

Co-Authored-By: Himanshu <himanshuwarekar@yahoo.com>

* chore: reload plaid_settings before running patch

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>

* chore: remove useless semicolon

fuck codacy

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2019-09-13 15:48:08 +05:30
..
connectors refactor: added missing translation functions (#18143) 2019-07-03 15:15:08 +05:30
data_migration_mapping fix(unicode): Import unicode_literals in every file 2019-01-22 18:36:10 +05:30
data_migration_plan/github_sync Add Github Connector (#11259) 2017-11-13 19:19:13 +05:30
doctype refactor(plaid): move configuration from site_config to doctype (#18712) 2019-09-13 15:48:08 +05:30
__init__.py Add Github Connector (#11259) 2017-11-13 19:19:13 +05:30
exotel_integration.py fix(call popup): Multiple changes 2019-07-16 11:07:25 +05:30
stripe_integration.py Review corrections 2018-07-13 13:15:59 +00:00
utils.py fix(unicode): Import unicode_literals in every file 2019-01-22 18:36:10 +05:30