Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Leusden committed Apr 17, 2019
1 parent 26b7860 commit 6b13613
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "bol-com/retailer-api",
"type": "library",
"version": "1.0.0",
"authors": [
{
"name": "Reach Digital",
Expand All @@ -9,7 +10,7 @@
}
],
"description": "API Package to talk to the bol.com API.",
"license": "Apache",
"license": "Apache-2.0",
"require": {
"guzzlehttp/guzzle": "~6.0",
"kamermans/guzzle-oauth2-subscriber": "^1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function handlerStack(ClientConfigInterface $clientConfig, LoggerInter
$stack->push(new RequestExceptionMiddleware(), 'http_errors');
$stack->push(GuzzleRetryMiddleware::factory());

$logger && $stack->push(Middleware::log($logger, new \GuzzleHttp\MessageFormatter(\GuzzleHttp\MessageFormatter::DEBUG)));
$logger && $stack->push(Middleware::log($logger, new \GuzzleHttp\MessageFormatter()));
$stack->push(new JsonResponseMiddleware());

return $stack;
Expand Down

0 comments on commit 6b13613

Please sign in to comment.