Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed May 26, 2012
1 parent b49bebb commit 4146159
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions controllers/callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public function action_push()
break;
}

return Response::make('', 200);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Request::post('(:bundle)/callback', function ()
{
Controller::call('molpay::callback@index');
return Controller::call('molpay::callback@index');
});

Request::post('(:bundle)/push', function ()
Expand Down

0 comments on commit 4146159

Please sign in to comment.