Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes incorrect login in Example 1 #36

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on May 10, 2016

  1. Configuration menu
    Copy the full SHA
    a951a8d View commit details
    Browse the repository at this point in the history
  2. fix typo

    n3o77 committed May 10, 2016
    Configuration menu
    Copy the full SHA
    9493f4f View commit details
    Browse the repository at this point in the history
  3. proper DateTime reference

    n3o77 committed May 10, 2016
    Configuration menu
    Copy the full SHA
    e0efed3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    a245277 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2016

  1. Fixed typo

    emailpassword should be emailPassword
    benlipp authored Jun 28, 2016
    Configuration menu
    Copy the full SHA
    a64c576 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2016

  1. Merge pull request PrintNode#9 from obiwanakin/patch-1

    Fixed typo, fixes PrintNode#10
    PrintNodeJames authored Jul 8, 2016
    Configuration menu
    Copy the full SHA
    aa76f22 View commit details
    Browse the repository at this point in the history
  2. Merge pull request PrintNode#8 from unlooped/master

    Fix scales API
    PrintNodeJames authored Jul 8, 2016
    Configuration menu
    Copy the full SHA
    85d0b8e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. Configuration menu
    Copy the full SHA
    fff7052 View commit details
    Browse the repository at this point in the history
  2. Correcting doc comment

    violuke authored Apr 25, 2017
    Configuration menu
    Copy the full SHA
    5ef5f88 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2017

  1. Merge pull request PrintNode#16 from violuke/patch-1

    Adding ability to add options (such as copies)
    PrintNodeJames authored May 17, 2017
    Configuration menu
    Copy the full SHA
    960acab View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Typehinting highlighted a problem with example 1.

    Fixes the following error
    
    ```Fatal error: Uncaught TypeError: Argument 1 passed to PrintNode\Request::__construct() must be an instance of PrintNode\Credentials, instance of PrintNode\ApiKey given, called in my-file.php on line 13 and defined in vendor/printnode/printnode-php/src/PrintNode/Request.php:85
    
    Stack trace:
    #0 /var/www/vhosts/shakepack.co.uk/public/printnode.php(13): PrintNode\Request->__construct(Object(PrintNode\ApiKey))
    #1 {main} thrown in /var/www/vhosts/shakepack.co.uk/vendor/printnode/printnode-php/src/PrintNode/Request.php on line 85```
    shakethatweight-simon authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    98acbf5 View commit details
    Browse the repository at this point in the history