Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kruno Knego committed Feb 16, 2015
1 parent 5a80be8 commit ac98d65
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ public function process(Transaction $transaction)

$success = 'error';

// // samo za testiranje
// if ($authResponse['responseStatus'] or $transaction->getCard()->getNumber() == '6761121312868003') {
// $success = 'finished';
// }

if ($authResponse['responseStatus']) {
$success = 'finished';
}
Expand Down

0 comments on commit ac98d65

Please sign in to comment.