Skip to content

Commit 9259bda

Browse files
author
Vladimir
committed
Merge pull request #2 from hatch-is/merchant-management
Merchant management
2 parents cc26a89 + 16ce4cf commit 9259bda

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=5.5.0",
18-
"guzzlehttp/guzzle": "~6.0",
19-
18+
"guzzlehttp/guzzle": "~6.0"
2019
},
2120
"require-dev": {
2221
"phpunit/phpunit": "~4.0"

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ public function send(Request $request, array $options = [], $client = null)
155155

156156
return json_decode($response->getBody());
157157
} catch (GuzzleClientException $e) {
158-
159158
$this->lastResponse = $e->getResponse();
160159

161160
throw ExceptionHandler::getException($e);

0 commit comments

Comments
 (0)