diff --git a/class/Signnow.php b/class/Signnow.php index a90607c..99ddc25 100644 --- a/class/Signnow.php +++ b/class/Signnow.php @@ -50,8 +50,6 @@ function authorize($sandbox = false){ 'password' => $this->password, 'grant_type' => 'password', ); - - curl_setopt_array($curl, array( CURLOPT_URL => $this->signow_url.'/oauth2/token', CURLOPT_RETURNTRANSFER => true,