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

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

refactor: make payment app a soft dependency
(cherry picked from commit 0b86b1baca)

Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
mergify[bot]
2023-01-18 21:11:37 +05:30
committed by GitHub
parent 0d46ec2640
commit 9bc2675493
14 changed files with 74 additions and 13 deletions

View File

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