We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9306e1f commit 63c4c16Copy full SHA for 63c4c16
src/Message/IncomingResponse.php
@@ -29,7 +29,7 @@ public function __construct(RequestInterface $request, $data)
29
{
30
parent::__construct($request, $data);
31
32
- if ('0' === $this->getCode()) {
+ if ($this->isSuccessful()) {
33
$this->validateSignature();
34
}
35
0 commit comments