Matthew Hutchings

Results 4 issues of Matthew Hutchings

When using the Purchase Order endpoint, setting the where status does not apply to the request. ``` $purchaseOrders = $xero->load(PurchaseOrder::class) ->where('Status', PurchaseOrder::PURCHASE_ORDER_STATUS_AUTHORISED) ->where('PurchaseOrderNumber', 'PO-0002') ->execute(); ``` The query still returns...

command.get('php cleaver build', (error, stdout, stderr) => { ^ TypeError: command.get is not a function when running npm run watch and trying to save a file

bug

Possible that this bug causes an issue. I have 48 cards over 4 dashboards and switching between dashboard stops working. ``` vendor.js?id=ad86e1e19118fef79e41:115718 [Vue warn]: Duplicate keys detected: 'text-card.undefined'. This may...