Skip to content
Snippets Groups Projects
Commit 497b197d authored by Alex Reisner's avatar Alex Reisner
Browse files

Require both key parts. (id only is for JS)

See: http://smartystreets.com/kb/liveaddress-api/rest-endpoint
parent 73d422d2
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ module Geocoder::Lookup ...@@ -8,7 +8,7 @@ module Geocoder::Lookup
end end
def required_api_key_parts def required_api_key_parts
%w(auth-token) %w(auti-id auth-token)
end end
def query_url(query) def query_url(query)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment