Skip to content

Commit

Permalink
Merge pull request #14 from clearbooks/ADHOC-2525-correct-listBankAcc…
Browse files Browse the repository at this point in the history
…ounts-lastDate-wsdl

make last_date optional for BankAccountListItem (ADHOC-2525)
  • Loading branch information
peter-horvath authored Aug 24, 2017
2 parents df931eb + befd205 commit 6a5cce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clearbooks/Soap/1/0/BankAccountListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Clearbooks_Soap_1_0_BankAccountListItem
public $id;

/** @var \DateTime */
public $last_date;
public $last_date = '';

/** @var float */
public $total_mc = '';
Expand Down

0 comments on commit 6a5cce3

Please sign in to comment.