Skip to content

Commit

Permalink
Changed parameter name
Browse files Browse the repository at this point in the history
Changed parameter name
  • Loading branch information
vershagupta01 committed Mar 7, 2016
1 parent eed465f commit 967a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LoginRadiusSDK/CustomerRegistration/AccountAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function resendEmailVerification($email, $link, $template)
*/
public function setStatus($uid, $action = true)
{
return $this->apiClientHandler("status", array('uid' => $uid), array('method' => 'post', 'post_data' => array('isblock' => $action)));
return $this->apiClientHandler("status", array('accountid' => $uid), array('method' => 'post', 'post_data' => array('isblock' => $action)));
}

/**
Expand Down

0 comments on commit 967a99b

Please sign in to comment.