mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Domain list for admin
This commit is contained in:
parent
238be6d59e
commit
8531e50474
11 changed files with 81 additions and 7 deletions
|
@ -83,7 +83,8 @@ module Epp::DomainsHelper
|
|||
## CREATE
|
||||
def validate_domain_create_request
|
||||
@ph = params_hash['epp']['command']['create']['create']
|
||||
xml_attrs_present?(@ph, [['name'], ['ns'], ['contact'], ['registrant']])
|
||||
# TODO: Verify contact presence if registrant is juridical
|
||||
xml_attrs_present?(@ph, [['name'], ['ns'], ['registrant']])
|
||||
end
|
||||
|
||||
def domain_create_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue