Skip to content

Commit

Permalink
ENGCOM-3772: hardcoded table name #20027
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 13, 2019
2 parents 0ab44d0 + 6a22d14 commit efc050b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ protected function _getRatesByCode($code, $toCurrencies = null)
$connection = $this->getConnection();
$bind = [':currency_from' => $code];
$select = $connection->select()->from(
$this->getTable('directory_currency_rate'),
$this->_currencyRateTable,
['currency_to', 'rate']
)->where(
'currency_from = :currency_from'
Expand Down

0 comments on commit efc050b

Please sign in to comment.