Index: branches/5.2.x/units/gateways/gw_classes/gw_base.php =================================================================== diff -u -N -r13845 -r14099 --- branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 13845) +++ branches/5.2.x/units/gateways/gw_classes/gw_base.php (.../gw_base.php) (revision 14099) @@ -1,6 +1,6 @@ Conn =& $this->Application->GetADODBConnection(); - } - /** * Returns payment form submit url * @@ -153,7 +139,7 @@ */ function IsTestMode() { - return defined('DEBUG_MODE') && constOn('DBG_PAYMENT_GW'); + return defined('DEBUG_MODE') && kUtil::constOn('DBG_PAYMENT_GW'); } /**