$api_login_id = AUTHORIZENET_API_LOGIN_ID; <-- Authorize.net supplied
login$md5_setting = AUTHORIZENET_MD5_SETTING; <-- Value I set in SandBox
Account>MD5-Hash$response = new AuthorizeNetSIM($api_login_id,
$md5_setting); <-- Create the response $log-...