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 248e18f commit d837f69Copy full SHA for d837f69
src/Exceptions/InvalidSignatureException.php
src/Thepeer.php
@@ -8,7 +8,6 @@
8
use Thepeer\Sdk\Exceptions\InvalidPayloadException;
9
use Thepeer\Sdk\Exceptions\InvalidReceiptException;
10
use Thepeer\Sdk\Exceptions\InvalidSecretKeyException;
11
-use Thepeer\Sdk\Exceptions\InvalidSignatureException;
12
use Thepeer\Sdk\Exceptions\SeverErrorException;
13
use Thepeer\Sdk\Exceptions\UserNotFoundException;
14
@@ -52,7 +51,7 @@ public function validateSignature(Request $payload)
52
51
return true;
53
}
54
55
- throw new InvalidSignatureException("signature does not match");
+ return false;
56
57
58
public function getReceipt($receipt)
0 commit comments