Skip to content

Commit

Permalink
hardcoded table name
Browse files Browse the repository at this point in the history
hardcoded table name
  • Loading branch information
melaxon authored and keyurk-emipro committed Feb 16, 2019
1 parent 7390453 commit b020880
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 b020880

Please sign in to comment.