Skip to content

Commit

Permalink
Comment refactor.
Browse files Browse the repository at this point in the history
  • Loading branch information
amostajo committed Jun 26, 2015
1 parent c097df2 commit a6d7c20
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/http/controllers/shop/CallbackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@
class CallbackController extends Controller
{
/**
* Create a new user instance after a valid registration.
* Process payment callback.
*
* @param array $data
* @return User
* @param Request $request Request.
* @param string $status Callback status.
* @param int $id Order ID.
* @param string $shoptoken Transaction token for security.
*
* @return redirect
*/
protected function process(Request $request, $status, $id, $shoptoken)
{
Expand Down

0 comments on commit a6d7c20

Please sign in to comment.