Skip to content

Commit

Permalink
remove line to namspace the order keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Guzman committed Jun 10, 2013
1 parent 7af5a08 commit 74d02df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/savon/qualified_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def to_hash(hash, path)
to_hash(value, @types[newpath] ? [@types[newpath]] : newpath)
)
else
add_namespaces_to_values(value, path) if key == :order!
# add_namespaces_to_values(value, path) if key == :order!
newhash.merge(key => value)
end
end
Expand Down

0 comments on commit 74d02df

Please sign in to comment.