I noticed there is a possible issue in line 17 that might cause some problems. This: `curl_setopt($ch, CURLOPT_SSLVERSION, 6);` Should be this: `curl_setopt($this->ch, CURLOPT_SSLVERSION, 6);`