We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7673c4b commit b3046f2Copy full SHA for b3046f2
Services/Zencoder.php
@@ -121,7 +121,7 @@ public function __construct(
121
122
$this->version = $api_version;
123
124
- $http_options = array("api_version" => $api_key, "debug" => $debug, "curlopts" => array(CURLOPT_USERAGENT => self::USER_AGENT));
+ $http_options = array("api_key" => $api_key, "debug" => $debug, "curlopts" => array(CURLOPT_USERAGENT => self::USER_AGENT));
125
if (isset($ca_path)) {
126
$http_options["curlopts"][CURLOPT_CAPATH] = realpath($ca_path);
127
}
0 commit comments