mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 19:51:09 -04:00
fix code style
This commit is contained in:
@ -8,7 +8,7 @@ trait ExchangeRateProvidersTrait
|
||||
{
|
||||
public function getExchangeRate($filter, $baseCurrencyCode, $currencyCode)
|
||||
{
|
||||
switch ($filter['driver']) {
|
||||
switch ($filter['driver']) {
|
||||
case 'currency_freak':
|
||||
$url = "https://api.currencyfreaks.com/latest?apikey=".$filter['key'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user