picqer / picqer-php

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

Add update order field method #40

Closed fmeccanici closed 1 year ago

fmeccanici commented 1 year ago

This PR adds the updateOrderField method, which is already available in your web API but not yet in this package.

casperbakker commented 1 year ago

Thanks @fmeccanici. I updated the naming a bit to make it more clear on what the update is. But with updateOrderFieldOnOrder($idorder, $idorderfield, $value) you can now use this function.