Skip to content

Commit

Permalink
Merge pull request #327 from sparkdevio/master
Browse files Browse the repository at this point in the history
Don't make ReportTaxType mandatory
  • Loading branch information
calcinai authored Dec 4, 2017
2 parents 05fdce0 + 18c976f commit 901e8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XeroPHP/Models/Accounting/TaxRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public static function getProperties()
'TaxType' => [false, self::PROPERTY_TYPE_ENUM, null, false, false],
'TaxComponents' => [false, self::PROPERTY_TYPE_OBJECT, 'Accounting\\TaxRate\\TaxComponent', true, false],
'Status' => [false, self::PROPERTY_TYPE_ENUM, null, false, false],
'ReportTaxType' => [true, self::PROPERTY_TYPE_ENUM, null, false, false],
'ReportTaxType' => [false, self::PROPERTY_TYPE_ENUM, null, false, false],
'CanApplyToAssets' => [false, self::PROPERTY_TYPE_BOOLEAN, null, false, false],
'CanApplyToEquity' => [false, self::PROPERTY_TYPE_BOOLEAN, null, false, false],
'CanApplyToExpenses' => [false, self::PROPERTY_TYPE_BOOLEAN, null, false, false],
Expand Down

0 comments on commit 901e8b9

Please sign in to comment.