Index: branches/5.1.x/units/gateways/gw_classes/authorizenet.php =================================================================== diff -u -r13465 -r13578 --- branches/5.1.x/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 13465) +++ branches/5.1.x/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 13578) @@ -1,6 +1,6 @@ Application->isAdmin)) return false; + if( ($item_data['PortalUserId'] != $gw_responce['customer_id']) && ($gw_repsponce['customer_id'] != USER_GUEST && !$this->Application->isAdmin)) return false; if( ( strtolower($gw_responce['transaction_type']) == 'auth_only') ) {