diff --git a/src/Connection.php b/src/Connection.php index c9a75ff..fccd50c 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -53,6 +53,7 @@ public function getClient() $this->client = new Client([ 'base_uri' => $this->url, 'headers' => [ + 'Content-Type' => 'application/json', 'Accept' => 'application/json', 'Shop-Client-Key' => $this->client_key, 'User-Agent' => $this->user_agent