Skip to content

Commit

Permalink
knm-GET-phone_numbers: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Apr 10, 2016
1 parent c5c45fb commit 0b74fe7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ get_prefix(City) ->
Url ->
Country = whapps_config:get_string(?PHONE_NUMBERS_CONFIG_CAT, <<"default_country">>, ?DEFAULT_COUNTRY),
ReqParam = wh_util:uri_encode(City),
case kz_http:get(lists:flatten(Url, "/", Country, "/city?pattern=", ReqParam)) of
case kz_http:get(lists:flatten([Url, "/", Country, "/city?pattern=", ReqParam])) of
{'ok', 200, _Headers, Body} ->
JObj = wh_json:decode(Body),
case wh_json:get_value(<<"data">>, JObj) of
Expand Down

0 comments on commit 0b74fe7

Please sign in to comment.