Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Bird committed Mar 9, 2017
1 parent 85ce0a0 commit d87ab76
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/flat/cloud/authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
use \flat\cloud\authorize\response_error;
use \net\authorize\api\contract\v1\AnetApiResponseType;

use \net\authorize\util\LogFactory;


/**
* Authorize.net API call handler.
Expand Down Expand Up @@ -148,12 +146,6 @@ protected function _load_MerchantAuthentication() {
*/
protected function _executeWithApiResponse(ApiOperationBase $controller) {

if (!defined('AUTHORIZENET_LOG_FILE')) {
define("AUTHORIZENET_LOG_FILE", '/phplog');
}

$logger = LogFactory::getLog(get_called_class());

try {
$response = $controller->executeWithApiResponse( $this->_get_end_point() );
} catch (\Exception $e) {
Expand Down

0 comments on commit d87ab76

Please sign in to comment.