diff --git a/frappe/core/doctype/payment_gateway/payment_gateway.json b/frappe/core/doctype/payment_gateway/payment_gateway.json index f548b0dffb..7195b3949e 100644 --- a/frappe/core/doctype/payment_gateway/payment_gateway.json +++ b/frappe/core/doctype/payment_gateway/payment_gateway.json @@ -23,15 +23,13 @@ "fieldname": "gateway_settings", "fieldtype": "Link", "label": "Gateway Settings", - "options": "DocType", - "reqd": 1 + "options": "DocType" }, { "fieldname": "gateway_controller", "fieldtype": "Dynamic Link", "label": "Gateway Controller", - "options": "gateway_settings", - "reqd": 1 + "options": "gateway_settings" } ], "links": [],