Index: branches/5.0.x/in-commerce/units/gateways/gw_classes/authorizenet.php =================================================================== diff -u -r12674 -r12722 --- branches/5.0.x/in-commerce/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 12674) +++ branches/5.0.x/in-commerce/units/gateways/gw_classes/authorizenet.php (.../authorizenet.php) (revision 12722) @@ -1,6 +1,6 @@ Application->IsAdmin())) return false; + if( ($item_data['PortalUserId'] != $gw_responce['customer_id']) && ($gw_repsponce['customer_id'] != -2 && !$this->Application->isAdmin)) return false; if( ( strtolower($gw_responce['transaction_type']) == 'auth_only') ) {