commit | 94c666ae4665df4f006976dd6ef40293c767ce91 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Tue Nov 08 20:35:50 2016 +0530 |
committer | Saurabh <saurabh6790@gmail.com> | Tue Nov 08 20:35:50 2016 +0530 |
tree | f610d7ae0e37c08a9cc73ac76af0755793a62686 | |
parent | a469e659c5437b7291d89c446f092c7ebd523cd9 [diff] |
[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"