We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935012 commit 1f2a715Copy full SHA for 1f2a715
Zencoder.php
@@ -19,7 +19,7 @@ function json_decode($value) { return $GLOBALS['JSON_OBJECT']->decode($value); }
19
20
class ZencoderJob {
21
22
- var $new_job_url = "https://zencoder-staging.heroku.com/api/jobs";
+ var $new_job_url = "https://app.zencoder.com/api/jobs";
23
var $new_job_params = array();
24
var $new_job_json;
25
var $created = false;
0 commit comments