Index: branches/5.3.x/units/gateways/gw_classes/multicards.php =================================================================== diff -u -N -r15492 -r15695 --- branches/5.3.x/units/gateways/gw_classes/multicards.php (.../multicards.php) (revision 15492) +++ branches/5.3.x/units/gateways/gw_classes/multicards.php (.../multicards.php) (revision 15695) @@ -1,6 +1,6 @@ Conn->GetOne(' SELECT Email FROM '.$this->Application->getUnitOption('u', 'TableName').' + $billing_email = $this->Conn->GetOne(' SELECT Email FROM '.$this->Application->getUnitConfig('u')->getTableName().' WHERE PortalUserId = '.$this->Application->RecallVar('user_id')); } $ret['cust_email'] = $billing_email;