Skip to content

Commit

Permalink
put the https back as it doesn't work now from 2017 change
Browse files Browse the repository at this point in the history
  • Loading branch information
JRSaunders committed Jan 28, 2020
1 parent 8253b6e commit 32bf299
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ protected function buildQuery( $fromCurrency = false, $toCurrency = false ) {
$finalToCurrency = $toCurrencyDefault;
}
}
$url = 'http://diva.stechga.co.uk/api/currency/exchange_rate';


$url = 'https://diva.stechga.co.uk/api/currency/exchange_rate';
$this->url = $url;
$this->params = array(
'apikey' => Auth::getApiKey(),
Expand Down

0 comments on commit 32bf299

Please sign in to comment.