Skip to content

Commit

Permalink
Merge pull request #23 from clearbooks/ADHOC-3894-make-bankAccount-fo…
Browse files Browse the repository at this point in the history
…r-create-entity-non-mandatory

mark the bankAccount field of the createEntity request as optional (ADHOC-3894)
  • Loading branch information
peter-horvath authored May 29, 2018
2 parents 8de8e17 + d31656e commit 6f0bcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clearbooks/Soap/1/0/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Clearbooks_Soap_1_0_Entity
public $customer = null;

/** @var \Clearbooks_Soap_1_0_BankAccount */
public $bankAccount = null;
public $bankAccount = '';

/** @var int */
public $id = 0;
Expand Down

0 comments on commit 6f0bcde

Please sign in to comment.