class Geocoder::Lookup::Ip2location

def query_url_params(query)

def query_url_params(query)
  super.merge(
    key: configuration.api_key,
    ip: query.sanitized_text,
    package: configuration[:package],
  )
end