Server does not reply with clTRID when not specified in request

This commit is contained in:
Martin Lensment 2015-05-27 11:47:53 +03:00
parent 9a4b268322
commit 5e6cb6cbd1
4 changed files with 18 additions and 11 deletions

View file

@ -1,4 +1,4 @@
xml.trID do
xml.clTRID params[:clTRID]
xml.clTRID params[:clTRID] if params[:clTRID].present?
xml.svTRID @svTRID
end