false, // Set to false to test against production 'TEST_REQUEST' => "FALSE", // "TRUE", "FALSE" // this option for a live gateway 'API_LOGIN_ID' => '3F2uHH68mN28', // '2sfM32PKE', // Add your API LOGIN ID 'TRANSACTION_KEY' => '9nM3buZX69AA6h7B', //'2U9325V6DQc8dmet', // Add your API transaction key 'LOG_FILE' => '../site/tmp/payment-logs/authorize_net_log.txt', 'order' => array( 'enable' => true, 'class' => 'App_ECommerce_Order_Obj', 'updateMethod' => 'updateOrderPayment' ) ); if (defined('SITE_LIVE') && true == SITE_LIVE) { $config['SANDBOX'] = false; $config['TEST_REQUEST'] = false; $config['API_LOGIN_ID'] = '3F2uHH68mN28'; $config['TRANSACTION_KEY'] = '9nM3buZX69AA6h7B'; } return $config;