commit | a3daf5842303f6bee0b4314f9113e42334302d8c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Nov 09 11:32:35 2016 +0530 |
committer | GitHub <noreply@github.com> | Wed Nov 09 11:32:35 2016 +0530 |
tree | c600995d97fb4ddab5420b044a9a26c1b52d6a7c | |
parent | 82d1b23dcbf64118066d4daccb66231d416757e7 [diff] | |
parent | 94c666ae4665df4f006976dd6ef40293c767ce91 [diff] |
Merge pull request #6873 from saurabh6790/integration_broker_fix [fix] added hook call to create payment gateway account record
diff --git a/erpnext/hooks.py b/erpnext/hooks.py index cef798b..7f402f7 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py
@@ -211,3 +211,5 @@ ] get_site_info = 'erpnext.utilities.get_site_info' + +payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_and_account"