convert ahsh to string

This commit is contained in:
carlad 2015-12-04 14:52:53 +01:00
parent d42e337996
commit 13e6959b21

View File

@ -176,7 +176,7 @@ class Travis::Api::App
:github_id => user.github_id, :github_id => user.github_id,
:education => user.education, :education => user.education,
:first_logged_in_at => timestamp.to_i} :first_logged_in_at => timestamp.to_i}
puts "Sending payload to Customer.io: " + payload puts "Sending payload to Customer.io: " + payload.to_s
customerio.identify(payload) customerio.identify(payload)
end end