mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Move trID under response #2637
This commit is contained in:
parent
97b3e663cd
commit
99ad0993f6
22 changed files with 50 additions and 51 deletions
|
@ -1,4 +1,5 @@
|
|||
xml.trID do
|
||||
xml.clTRID params[:clTRID] if params[:clTRID].present?
|
||||
xml.svTRID @svTRID
|
||||
# builder ||= xml
|
||||
builder.trID do
|
||||
builder.clTRID params[:clTRID] if params[:clTRID].present?
|
||||
builder.svTRID @svTRID
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue