refactor: make payments app a soft dependency (#33245)

refactor: make payment app a soft dependency
This commit is contained in:
Ankush Menat
2022-12-08 16:40:13 +05:30
committed by GitHub
parent 07c815f35f
commit 0b86b1baca
14 changed files with 74 additions and 13 deletions

View File

@@ -11,6 +11,6 @@
"root_login": "root",
"root_password": "root",
"host_name": "http://test_site:8000",
"install_apps": ["erpnext"],
"install_apps": ["payments", "erpnext"],
"throttle_user_limit": 100
}