@@ -241,7 +241,7 @@ |
||
241 | 241 | $hash = \hash('sha256', $body); |
242 | 242 | } |
243 | 243 | |
244 | - $signatureString = $hash . "\n" . |
|
244 | + $signatureString = $hash . "\n" . |
|
245 | 245 | $request->method . "+" . $request->getUrl() . "\n" . |
246 | 246 | $headerDate . "\n" . |
247 | 247 | \base64_encode($salt); |