mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Remove auth info from domain create builder
This commit is contained in:
parent
6352ed340f
commit
1bf886a6bf
3 changed files with 3 additions and 15 deletions
|
@ -84,7 +84,7 @@ module Epp::DomainsHelper
|
|||
## CREATE
|
||||
def validate_domain_create_request
|
||||
@ph = params_hash['epp']['command']['create']['create']
|
||||
xml_attrs_present?(@ph, [['name'], ['ns'], ['authInfo'], ['contact'], ['registrant']])
|
||||
xml_attrs_present?(@ph, [['name'], ['ns'], ['contact'], ['registrant']])
|
||||
end
|
||||
|
||||
def domain_create_params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue