We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3923b6e commit f2adcd1Copy full SHA for f2adcd1
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