Skip to content

Commit

Permalink
Missing 'return' state.
Browse files Browse the repository at this point in the history
  • Loading branch information
tumbochka committed Dec 16, 2015
1 parent da13bb8 commit 1ddc9e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Action/PaymentDetailsStatusAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ public function execute($request)
Api::CHECKOUTSTATUS_PAYMENT_ACTION_NOT_INITIATED == $model['CHECKOUTSTATUS']
) {
$request->markPending();

return;
}

if (isset($model['CANCELLED'])) {
Expand Down

0 comments on commit 1ddc9e8

Please sign in to comment.