Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Recca Tsai committed Jan 16, 2017
1 parent 80bc584 commit 4682794
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Action/Api/GetTransactionDataAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ public function execute($request)

$result = $this->api->getTransactionData((array) $details);

if (isset($result['RtnCode']) === true && $result['RtnCode'] === '10400002') {
return;
}

$details->replace($result);
}

Expand Down

0 comments on commit 4682794

Please sign in to comment.