Merge pull request #6873 from saurabh6790/integration_broker_fix

[fix] added hook call to create payment gateway account record
This commit is contained in:
Nabin Hait 2016-11-09 11:32:35 +05:30 committed by GitHub
commit a3daf58423

View File

@ -211,3 +211,5 @@ bot_parsers = [
]
get_site_info = 'erpnext.utilities.get_site_info'
payment_gateway_enabled = "erpnext.accounts.utils.create_payment_gateway_and_account"