lib/veritrans/client.rb in veritrans-2.2.0 vs lib/veritrans/client.rb in veritrans-2.3.0
- old
+ new
@@ -73,10 +73,10 @@
raise "Please add server_key to config/veritrans.yml"
end
method = method.to_s.upcase
logger.info "Veritrans: #{method} #{url} #{_json_encode(params)}"
- logger.info "Veritrans: Using server key: #{config.server_key}"
+ #logger.info "Veritrans: Using server key: #{config.server_key}"
#puts "Veritrans: #{method} #{url} #{_json_encode(params)}"
default_options = config.http_options || {}
# Add authentication and content type