-
Notifications
You must be signed in to change notification settings - Fork 261
Home
phena109 edited this page Jul 9, 2018
·
5 revisions
Future generations can come in and read this as a reference and continue to contribute to this doc!
- 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 ofcallback
,consumer_key
,consumer_secret
andrsa_private_key
to present, but their value can be an empty string.