Skip to content
phena109 edited this page Jul 9, 2018 · 5 revisions

Let's make a wiki

Future generations can come in and read this as a reference and continue to contribute to this doc!

Usage by example:

Gotchas:

  • When updating (Inventory) Items, error "Price List Item Code must be supplied" is thrown. "Code" was not part of the update request because it is not dirty. Must manually $item->setDirty('Code'); to fulfill the requirement.
  • The OAuth client used by \XeroPHP\Application\PrivateApplication requires all 4 keys of callback, consumer_key, consumer_secret and rsa_private_key to present, but their value can be an empty string.
Clone this wiki locally