Skip to content

createPrintJob can return object, but code to get object is incorrect #55

@CaptainClueless

Description

@CaptainClueless
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions