Node-cloud-print converts the settings parameter to a cloud job ticket that is sent to the Google Cloud Print API together with the other parameters.
Unfortunately this ticket seems to be ignored by Google Cloud Print. The response JSON contains an empty ticket:
"params":{ "ticket":[""], ...
Not sure if this is a Google Cloud Print issue or the conversion fails.
Node-cloud-print converts the settings parameter to a cloud job ticket that is sent to the Google Cloud Print API together with the other parameters.
Unfortunately this ticket seems to be ignored by Google Cloud Print. The response JSON contains an empty ticket:
"params":{ "ticket":[""], ...
Not sure if this is a Google Cloud Print issue or the conversion fails.