Remove auth info from domain create builder

This commit is contained in:
Martin Lensment 2014-09-04 10:48:59 +03:00
parent 6352ed340f
commit 1bf886a6bf
3 changed files with 3 additions and 15 deletions

View file

@ -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