Skip to content

Commit

Permalink
revert exchange key fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Saifallak committed Mar 21, 2024
1 parent f12599f commit 46e6c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExchangeRateProviders/ExchangeRateHostProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class ExchangeRateHostProvider implements ExchangeRateProvider

public function __construct(private Factory $client)
{
$this->fixerProvider = new FixerProvider($this->client, 'https://api.exchangerate.host');
$this->fixerProvider = new FixerProvider($this->client, '', 'https://api.exchangerate.host');
}

public function getRates(string $baseCurrency, array $currencies): Rates
Expand Down

0 comments on commit 46e6c9f

Please sign in to comment.