Skip to content

Commit

Permalink
Merge pull request #9 from zdevil/patch-1
Browse files Browse the repository at this point in the history
add return value from postApplication
  • Loading branch information
tdphillipsjr authored Mar 8, 2017
2 parents 7aabb8c + 29f9044 commit da69492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Services/ApplicationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function postApplication(Array $postVars=array())
$postParams = $this->_apiClient->formatPostParameters($postVars);
$headers = array('Authorization' => $this->_authorizationHeader);

$this->_apiClient->post($postParams, $headers);
return $this->_apiClient->post($postParams, $headers);
}

/**
Expand Down

0 comments on commit da69492

Please sign in to comment.