mirror of
https://github.com/internetee/registry.git
synced 2025-05-27 22:50:10 +02:00
Client Transaction ID specs
This commit is contained in:
parent
69be898d68
commit
920e54cd28
7 changed files with 14 additions and 5 deletions
|
@ -17,7 +17,8 @@ module Epp
|
|||
def parse_response res
|
||||
{
|
||||
result_code: res.css('epp response result').first[:code],
|
||||
msg: res.css('epp response result msg').text
|
||||
msg: res.css('epp response result msg').text,
|
||||
clTRID: res.css('epp trID clTRID').text
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue