We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b483719 + 23e1879 commit 30cf7f8Copy full SHA for 30cf7f8
src/SendCloud.php
@@ -62,7 +62,7 @@ public function authorizationParamsMiddleware()
62
return function (RequestInterface $request, array $options) use ($handler) {
63
$credential = http_build_query([
64
'apiUser' => $this->apiUser,
65
- 'apiKey' => $this->apiKey,
+ 'apiKey' => $this->apiKey,
66
]);
67
68
if ('post' == $request->getMethod()) {
0 commit comments