Skip to content

Commit

Permalink
Merge pull request #71 from sandwave-io/customer-modify-fix
Browse files Browse the repository at this point in the history
Customer modify add partnerreference
  • Loading branch information
patka-123 committed Jan 4, 2024
2 parents 2dcf1ad + d748632 commit cd3e701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ public function modify(
?string $vatNr,
string $legalStatus,
?string $externalId,
?string $chamberOfCommerceNr
?string $chamberOfCommerceNr,
string $partnerReference
): QueuedResponse {
$customerData = CustomerDataBuilder::build(
... func_get_args()
Expand Down

0 comments on commit cd3e701

Please sign in to comment.