Skip to content

Commit

Permalink
Staff delete bugfix #222
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jan 26, 2016
1 parent 666113d commit 9348866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Staff/Staff.php
Expand Up @@ -108,7 +108,7 @@ public function delete($email)
'kf_account' => $email,
];

return $this->parseJSON('get', [self::API_DELETE, $params]);
return $this->parseJSON('get', [sprintf(self::API_DELETE.'?kf_account=%s', $email)]);
}

/**
Expand Down

0 comments on commit 9348866

Please sign in to comment.