Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 12, 2024
1 parent 60cdda5 commit e429b20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rate_center/data_source/local_calling_guide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ def fetch_rate_center_data(params)
uri = URI("/xmlrc.php")
uri.query = Rack::Utils.build_query(params)
response = http_client.get(uri)
puts "Response: #{response.status}"
puts "Body: #{response.body}"
p "Parsing body for query: #{params}"
response_parser.parse(response.body)
end

Expand Down

0 comments on commit e429b20

Please sign in to comment.