diff --git a/Services/FullContact.php b/Services/FullContact.php index a6f0735..8159a97 100644 --- a/Services/FullContact.php +++ b/Services/FullContact.php @@ -86,6 +86,7 @@ protected function _execute($params = array()) $params['webhookId'] = $this->_webhookId; } + $fullUrl = $this->_baseUri . $this->_version . $this->_resourceUri . '?' . http_build_query($params);