We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3923b6e + f2adcd1 commit 93fb9e2Copy full SHA for 93fb9e2
1 file changed
src/SendCloudApiClient.php
@@ -87,7 +87,6 @@ public function __construct(ClientInterface $httpClient = null)
87
88
$this->addVersionString('SendCloud/' . self::CLIENT_VERSION);
89
$this->addVersionString('PHP/' . phpversion());
90
- $this->addVersionString('Guzzle/' . ClientInterface::VERSION);
91
}
92
93
/**
0 commit comments