Index: branches/5.2.x/units/gateways/gw_classes/gw_base.php =================================================================== diff -u -N -r14258 -r14839 --- branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 14258) +++ branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 14839) @@ -1,6 +1,6 @@ Application->recallObject('kCurrencyRates'); + $converter =& $this->Application->recallObject('CurrencyRates'); + /* @var $converter CurrencyRates */ + $value = $converter->Convert($value, 'PRIMARY', $iso); return $format_value ? sprintf('%.2f', $value) : $value; }