Skip to content

Commit

Permalink
Merge pull request #26 from clearbooks/ADHOC-4911-list-invoice-modifi…
Browse files Browse the repository at this point in the history
…edSince

fix modifiedSince type on InvoiceQuery object (ADHOC-4911)
  • Loading branch information
peter-horvath authored Dec 20, 2018
2 parents 6fcfb50 + bcfd8e1 commit 2d23d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clearbooks/Soap/1/0/InvoiceQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Clearbooks_Soap_1_0_InvoiceQuery

/**
* @deprecated
* @var \DateTime
* @var string
*/
public $modifiedSince = '';
}
Expand Down

0 comments on commit 2d23d5a

Please sign in to comment.