Skip to content

Commit

Permalink
Update Signnow.php
Browse files Browse the repository at this point in the history
  • Loading branch information
theronakpatel authored Feb 22, 2024
1 parent d854a0d commit c007ce2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion class/Signnow.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ function __construct()
$this->password = signow_password;

Check failure on line 30 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Constant signow_password not found.
$this->signow_url = signow_url;

Check failure on line 31 in class/Signnow.php

View workflow job for this annotation

GitHub Actions / Run PHPStan

Constant signow_url not found.
}

/**
* Authorizes the user and retrieves the access token.
*
Expand Down

0 comments on commit c007ce2

Please sign in to comment.