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 caefa36 commit aca1964Copy full SHA for aca1964
src/Requests/AopNotifyRequest.php
@@ -125,6 +125,7 @@ protected function verifySignature()
125
$signer = new Signer($this->params->all());
126
$signer->setSort($this->sort);
127
$signer->setEncodePolicy($this->encodePolicy);
128
+ $signer->setIgnores(['sign','sign_type']);
129
$content = $signer->getContentToSign();
130
131
$sign = $this->params->get('sign');
0 commit comments