Skip to content

Commit

Permalink
Merge pull request #17 from CleverIT/fix-party-taxscheme
Browse files Browse the repository at this point in the history
Fix party tax scheme
  • Loading branch information
Stormyy authored Feb 5, 2019
2 parents e708803 + a3e3ea9 commit 35fdc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Party.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function xmlSerialize(Writer $writer) {
$writer->write([
Schema::CAC.'PartyTaxScheme' => [
Schema::CBC.'CompanyID' => $this->companyId,
Schema::CAC.'TaxScheme' => [Schema::CAC.'ID' => $this->taxScheme]
Schema::CAC.'TaxScheme' => $this->taxScheme
],
]);
}
Expand All @@ -181,4 +181,4 @@ function xmlSerialize(Writer $writer) {
}

}
}
}

0 comments on commit 35fdc33

Please sign in to comment.