Index: branches/5.2.x/units/gateways/gw_classes/gw_base.php =================================================================== diff -u -N -r15376 -r16516 --- branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 15376) +++ branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 16516) @@ -1,6 +1,6 @@ Application->recallObject('CurrencyRates'); - /* @var $converter CurrencyRates */ $value = $converter->Convert($value, 'PRIMARY', $iso); return $format_value ? sprintf('%.2f', $value) : $value; @@ -188,8 +188,8 @@ $gw_id = $this->Conn->getInsertID(); // 2. create DISABLED payment type, that uses this gateway (used for storing configuration properties of gateway) + /** @var kDBItem $payment_type */ $payment_type = $this->Application->recallObject('pt.-item', null, Array ('skip_autoload' => true)); - /* @var $payment_type kDBItem */ $payment_type->Clear(); $fields_hash = Array (