We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove redundant "Button Label" & "Button help" from Payments tab in web form as they aren't used anywhere.
Add workspace for payments.
Update paths for non-profit: fix: update payment gateway controller path non_profit#14
Traceback (most recent call last): File "apps/frappe/frappe/modules/utils.py", line 240, in load_doctype_module doctype_python_modules[key] = frappe.get_module(module_name) File "apps/frappe/frappe/__init__.py", line 1319, in get_module return importlib.import_module(modulename) File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1050, in _gcd_import File "<frozen importlib._bootstrap>", line 1027, in _find_and_load File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 688, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 883, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "apps/non_profit/non_profit/non_profit/doctype/membership/membership.py", line 14, in <module> from non_profit.non_profit.doctype.member.member import create_member File "apps/non_profit/non_profit/non_profit/doctype/member/member.py", line 8, in <module> from frappe.integrations.utils import get_payment_gateway_controller ImportError: cannot import name 'get_payment_gateway_controller' from 'frappe.integrations.utils' (apps/frappe/frappe/integrations/utils.py)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Remove redundant "Button Label" & "Button help" from Payments tab in web form as they aren't used anywhere.
Add workspace for payments.
Update paths for non-profit: fix: update payment gateway controller path non_profit#14
The text was updated successfully, but these errors were encountered: