mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 01:11:43 +02:00
Server does not reply with clTRID when not specified in request
This commit is contained in:
parent
9a4b268322
commit
5e6cb6cbd1
4 changed files with 18 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
xml.trID do
|
||||
xml.clTRID params[:clTRID]
|
||||
xml.clTRID params[:clTRID] if params[:clTRID].present?
|
||||
xml.svTRID @svTRID
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue