mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Domain checking for single domain
This commit is contained in:
parent
cd52da3f8f
commit
9c9ff71e1e
4 changed files with 18 additions and 2 deletions
|
@ -18,7 +18,8 @@ module Epp
|
|||
{
|
||||
result_code: res.css('epp response result').first[:code],
|
||||
msg: res.css('epp response result msg').text,
|
||||
clTRID: res.css('epp trID clTRID').text
|
||||
clTRID: res.css('epp trID clTRID').text,
|
||||
parsed: res.remove_namespaces!
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue