Skip to content

Commit

Permalink
Merge pull request #10 from productflowbv/features/kaufland-v2
Browse files Browse the repository at this point in the history
Add content-type
  • Loading branch information
jeroensurft authored Jan 10, 2023
2 parents 90d5d09 + 4b71f26 commit 99ddc35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99ddc35

Please sign in to comment.