Skip to content

Commit

Permalink
Merge pull request #4 from dhritimanrick/patch-3
Browse files Browse the repository at this point in the history
Update Currency.php with modified api endpoint
  • Loading branch information
msonowal authored Jun 4, 2018
2 parents 395993d + 149e744 commit 7f2ddfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Currency.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Currency
{
private $client, $base_currency, $cache_key, $rates , $api_key;
const DEFAULT_API_URL = 'http://api.fixer.io/latest?';
const DEFAULT_API_URL = 'http://data.fixer.io/api/latest?';
public $api_url;
public $cache_expiry;

Expand Down

0 comments on commit 7f2ddfe

Please sign in to comment.