Skip to content

Commit

Permalink
resultCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
gonimar committed Feb 1, 2016
1 parent be50329 commit 88c03d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class PaymentController extends Controller
public function resultCallback($merchant, $nInvId, $nOutSum, $shp)
{
$this->loadModel($nInvId)->updateAttributes(['status' => Invoice::STATUS_SUCCESS]);
return 'Ok';
return 'OK' . $nInvId;
}
public function failCallback($merchant, $nInvId, $nOutSum, $shp)
{
Expand Down

0 comments on commit 88c03d0

Please sign in to comment.