Skip to content

Commit

Permalink
call inspect for a better information about the object
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelss committed May 14, 2012
1 parent 61132cc commit c28216e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cielo/transaction_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create
http.use_ssl = true
http.open_timeout = 10 * 1000
http.read_timeout = 40 * 1000
Cielo.logger.info(http)
Cielo.logger.info(http.inspect)

response = http.request_post(Cielo.configuration.path, "mensagem=#{to_xml}")
Cielo.logger.info(response.body)
Expand Down

0 comments on commit c28216e

Please sign in to comment.