Over a year later and it appears this bug hasn't been fixed yet in the
SDK. Here's my recommendation starting with line 34 of
AuthorizeNetSIM.php // Set fields without x_ prefix foreach( $_POST as
$key => $value ){ if( substr($key,0, 2) == 'x_' ){ $n...