diff --git a/src/ApiWrapper.php b/src/ApiWrapper.php index 2e24eff..4d53209 100644 --- a/src/ApiWrapper.php +++ b/src/ApiWrapper.php @@ -1,4 +1,6 @@ -apiKey = $apiKey; - $this->email = $email; - $this->password = $password; + $this->apiKey = $apiKey; + $this->email = $email; + $this->password = $password; $this->businessUnitId = $businessUnitId; $this->client = new Client(['base_uri' => $this->baseUri]); diff --git a/src/Exceptions/InvalidApiCredentialsException.php b/src/Exceptions/InvalidApiCredentialsException.php index 3724e26..fd6cb4d 100644 --- a/src/Exceptions/InvalidApiCredentialsException.php +++ b/src/Exceptions/InvalidApiCredentialsException.php @@ -1,4 +1,6 @@ -transform($review); } diff --git a/src/TrustPilot.php b/src/TrustPilot.php index cacbe3a..0a43d0a 100644 --- a/src/TrustPilot.php +++ b/src/TrustPilot.php @@ -1,4 +1,6 @@ -