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 d7da6ba commit 66e43b5Copy full SHA for 66e43b5
src/Classes/KashierPayment.php
@@ -88,7 +88,6 @@ public function verify(Request $request): array
88
}
89
$queryString = $queryString . "&" . $key . "=" . $value;
90
91
-
92
$queryString = ltrim($queryString, $queryString[0]);
93
$signature = hash_hmac('sha256', $queryString, $this->kashier_iframe_key,false);
94
if ($signature == $request["signature"]) {
0 commit comments