Move trID under response #2637

This commit is contained in:
Martin Lensment 2015-05-27 13:39:04 +03:00
parent 97b3e663cd
commit 99ad0993f6
22 changed files with 50 additions and 51 deletions

View file

@ -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