Skip to content

Commit

Permalink
add return value from postApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza Essaoui authored Dec 22, 2016
1 parent 7aabb8c commit 29f9044
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 29f9044

Please sign in to comment.