Skip to content

Commit

Permalink
Update Authentication.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhab7 authored Sep 5, 2022
1 parent 5a81997 commit c1cd5e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
*/
class Authentication
{
/**
* @param string $content
* @param string $receivedHmac
* @param string $ipnSecret
*
* @return bool
*/
public static function authenticated(?string $ipnSecret = null): bool|array
{
$ipnSecret ??= getenv('NOW_PAYMENT_SECRET');
Expand Down

0 comments on commit c1cd5e9

Please sign in to comment.