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 f39d869 commit be07b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rate_center/data_source/local_calling_guide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def fetch_rate_center_data(params)
uri = URI("/xmlrc.php")
uri.query = Rack::Utils.build_query(params)
response = http_client.get(uri)
logger.debug(response.body)
response_parser.parse(response.body)
end

Expand Down

0 comments on commit be07b0a

Please sign in to comment.