Skip to content

Commit

Permalink
merge from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ching committed Sep 2, 2011
2 parents 46bfca2 + 7e6e6d1 commit 46d5d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exact_target/request_builder.rb
Expand Up @@ -218,7 +218,7 @@ def triggeredsend_add(email, customer_key, attributes = {})
attributes.each do |key, value|
xml.Attributes do
xml.Name key.to_s
xml.Value {|v| v.cdata! value}
xml.Value {|v| v.cdata! value.to_s }
end
end
end
Expand Down

0 comments on commit 46d5d94

Please sign in to comment.