picqer / picqer-php

PHP Client for the Picqer API
https://picqer.com/en/api
MIT License
18 stars 23 forks source link

addPurchaseOrder missing #13

Closed Tjab closed 6 years ago

Tjab commented 6 years ago

Hi!

Already send an email, and I think I might be unable to create a pull request here (access denied).

Could you add the following to the Client.php?

public function addPurchaseorder($params)
{
    return $this->sendRequest('/purchaseorders', $params, self::METHOD_POST);
}
stephangroen commented 6 years ago

Thanks @Tjab, I have added the code.

You should be able to make a PR to this repository by forking the repo, making the changes and then submitting a PR (via Github).