Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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