Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
upcases country code for worldbank apis
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari5050 committed Feb 5, 2015
1 parent a57cec9 commit 9655478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/DDG/Spice/EconomicIndicators.pm
Expand Up @@ -80,9 +80,9 @@ handle query_clean => sub {

# return if the string is not one of the countries
return unless $country_code;

#return placeholder for the api
return $country_code."/indicators/".$indicator_id;
return uc($country_code)."/indicators/".$indicator_id;


};
Expand Down

0 comments on commit 9655478

Please sign in to comment.