Skip to content

Commit f2adcd1

Browse files
authored
Update SendCloudApiClient.php
Removed Guzzle versioning. Breaking when using guzzle > 7.
1 parent 3923b6e commit f2adcd1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/SendCloudApiClient.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function __construct(ClientInterface $httpClient = null)
8787

8888
$this->addVersionString('SendCloud/' . self::CLIENT_VERSION);
8989
$this->addVersionString('PHP/' . phpversion());
90-
$this->addVersionString('Guzzle/' . ClientInterface::VERSION);
9190
}
9291

9392
/**

0 commit comments

Comments
 (0)