Skip to content

Commit aca1964

Browse files
authored
Update AopNotifyRequest.php
1 parent caefa36 commit aca1964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Requests/AopNotifyRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ protected function verifySignature()
125125
$signer = new Signer($this->params->all());
126126
$signer->setSort($this->sort);
127127
$signer->setEncodePolicy($this->encodePolicy);
128+
$signer->setIgnores(['sign','sign_type']);
128129
$content = $signer->getContentToSign();
129130

130131
$sign = $this->params->get('sign');

0 commit comments

Comments
 (0)