Skip to content

Commit

Permalink
Add contactid
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter0100 committed Apr 11, 2018
1 parent be8a1c7 commit 21e7719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Thalent/AcumulusPhp/InvoiceBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public function build() {
$customer = new \SimpleXMLElement('<customer></customer>');

$customer->addChild('type', $this->customer->getContacttype());
$customer->addChild('contactid', $this->customer->getContactid());
$customer->addChild('overwriteifexists', $this->customer->getOverwriteifexists());
$customer->addChild('companyname1', $this->customer->getContactname1());
$customer->addChild('companyname2', $this->customer->getContactname2());
Expand Down

0 comments on commit 21e7719

Please sign in to comment.