diff --git a/src/Services/ApplicationService.php b/src/Services/ApplicationService.php index a97200c..d745240 100644 --- a/src/Services/ApplicationService.php +++ b/src/Services/ApplicationService.php @@ -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); } /**