Skip to content

Commit

Permalink
remove exchange authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
georgesa committed Mar 5, 2020
1 parent b52ef11 commit 87fef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExchangeRates.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ExchangeRates extends AbstractClient
{
protected $mode = 'critical';

protected $authorization = 'service';
protected $authorization = 'none';

protected $config_name = 'exchange-rates';

Expand Down

0 comments on commit 87fef76

Please sign in to comment.