frappe.exceptions.DoesNotExistError: DocType Payment Gateway not found

While running bench --site example.com run-tests --app hrms we encountered an error frappe.exceptions.DoesNotExistError: DocType Payment Gateway not found

In the Desk view, we are getting error

Field payment_gateway is referring to non-existing doctype Payment Gateway. 

When trying to access DocType Payment Gateway Account List

Install App payments

  1. bench get-app payments
  2. bench --site install-app payments
1 Like