Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
NafezlyDotCom committed Mar 22, 2023
1 parent d7da6ba commit 66e43b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Classes/KashierPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ public function verify(Request $request): array
}
$queryString = $queryString . "&" . $key . "=" . $value;
}

$queryString = ltrim($queryString, $queryString[0]);
$signature = hash_hmac('sha256', $queryString, $this->kashier_iframe_key,false);
if ($signature == $request["signature"]) {
Expand Down

0 comments on commit 66e43b5

Please sign in to comment.