Skip to content

Commit

Permalink
Model update - 17 June
Browse files Browse the repository at this point in the history
  • Loading branch information
calcinai committed Jun 19, 2015
1 parent bc77aad commit a1fe59e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/XeroPHP/Models/Accounting/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ public static function getSupportedMethods() {
return array(
Remote\Request::METHOD_GET,
Remote\Request::METHOD_PUT,
Remote\Request::METHOD_POST
Remote\Request::METHOD_POST,
Remote\Request::METHOD_DELETE
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/XeroPHP/Models/Accounting/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Invoice extends Remote\Object {
*/

/**
* URL link to a source document – shown as "Go to [appName]" in the Xero app
* URL link to a source document – shown as Go to [appName] in the Xero app
*
* @property string Url
*/
Expand Down
4 changes: 2 additions & 2 deletions src/XeroPHP/Models/Accounting/Invoice/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class LineItem extends Remote\Object {
*/

/**
* Optional Tracking Category – see Tracking. Any LineItem can have a maximum of 2
* <TrackingCategory> elements.
* Optional Tracking Category – see Tracking. Any LineItem can have a maximum of 2 <TrackingCategory>
* elements.
*
* @property string Tracking
*/
Expand Down

0 comments on commit a1fe59e

Please sign in to comment.