You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($returnObject) {
return$this->viewPrintJobs(0, 1, $this->lastResponse->body);
}
The code for getting the object for createPrintJob's response uses viewPrintJobs, but the first argument is 0, and the code inside viewPrintJobs requires the value to be greater than or equal to 1
The text was updated successfully, but these errors were encountered:
Furthermore, the third argument of viewPrintJobs is expects a direction, either 'ASC' or 'DESC' yet the code is passing in the response number, which should be the 4th argument
The code for getting the object for createPrintJob's response uses viewPrintJobs, but the first argument is 0, and the code inside viewPrintJobs requires the value to be greater than or equal to 1
The text was updated successfully, but these errors were encountered: