Skip to content

Commit

Permalink
Merge pull request #34 from yoavmatchulsky/fix_post_application
Browse files Browse the repository at this point in the history
Fix: postApplication in ApplicationService doesn't work with Guzzle7
  • Loading branch information
tdphillipsjr committed Dec 29, 2020
2 parents c322c56 + d5574bb commit 7a4ffd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clients/GuzzleClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function get($url="")
* @return string
* @throws GreenhouseAPIResponseException for non-200 responses
*/
public function post(Array $postVars, Array $headers, $url=null)
public function post(Array $postVars, Array $headers, $url='')
{
try {
$this->guzzleResponse = $this->_client->request(
Expand Down

0 comments on commit 7a4ffd2

Please sign in to comment.