mirror of
https://github.com/internetee/registry.git
synced 2025-07-21 02:05:57 +02:00
Domain name validation through EPP
This commit is contained in:
parent
b592b973ff
commit
d2e30c0c5f
3 changed files with 14 additions and 4 deletions
|
@ -9,6 +9,7 @@ xml.epp_head do
|
|||
@domains.each do |x|
|
||||
xml.tag!('domain:cd') do
|
||||
xml.tag!('domain:name', x[:name], 'avail' => x[:avail])
|
||||
xml.tag!('domain:reason', x[:reason]) if x[:reason].present?
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue