Skip to content

Commit

Permalink
Customer modify add partnerreference
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Supheert committed Jan 3, 2024
1 parent 2dcf1ad commit d748632
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 d748632

Please sign in to comment.