Skip to content

Commit

Permalink
Merge pull request #108 from opendns/fix-broken-classes-with-redefine…
Browse files Browse the repository at this point in the history
…d-variables

Fix the 6 redefined variables and missing closing }
  • Loading branch information
reynolek authored May 8, 2018
2 parents e18cfd0 + fd2561f commit 61c0114
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/AutotaskObjects/AllocationCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,5 @@ class AllocationCode extends Entity
public $Taxable;
public $TaxCategoryID;
public $Type;
public $UnitCost;
public $UnitPrice;
public $UseType;
}
1 change: 0 additions & 1 deletion src/AutotaskObjects/ContractCost.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ class ContractCost extends Entity
public $Billed;
public $ContractServiceBundleID;
public $ContractServiceID;
public $CostType;
public $CreateDate;
public $CreatorResourceID;
public $Description;
Expand Down
1 change: 1 addition & 0 deletions src/AutotaskObjects/ContractServiceUnit.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ class ContractServiceUnit extends Entity
public $InternalCurrencyPrice;
public $Price;
public $VendorAccountID;
}
1 change: 0 additions & 1 deletion src/AutotaskObjects/InstalledProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class InstalledProduct extends Entity
public $NumberOfUsers;
public $ParentInstalledProductID;
public $PerUseCost;
public $ProductID;
public $ReferenceNumber;
public $ReferenceTitle;
public $SerialNumber;
Expand Down
1 change: 0 additions & 1 deletion src/AutotaskObjects/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class Invoice extends Entity
public $CreatorResourceID;
public $DueDate;
public $FromDate;
public $InvoiceDateTime;
public $InvoiceEditorTemplateID;
public $InvoiceNumber;
public $InvoiceTotal;
Expand Down
1 change: 0 additions & 1 deletion src/AutotaskObjects/InvoiceTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ class InvoiceTemplate extends Entity
public $CoveredByRecurringServiceFixedPricePerTicketContractLabel;
public $CurrencyNegativeFormat;
public $CurrencyPositiveFormat;
public $DateFormat;
public $RateCostExpression;
}

0 comments on commit 61c0114

Please sign in to comment.