Skip to content

Commit

Permalink
Update Cord.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored Feb 14, 2024
1 parent 23ed81e commit 9ac1cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ public function addAddress(array $addressDetails): self

$this->address = [
'_attributes' => ['Action' => 'INSERT'],
'IsActive' => $addressDetails['active'] ?? 'true',
'Code' => $addressDetails['code'],
'Address1' => $addressDetails['addressOne'],
'Address2' => $addressDetails['addressTwo'] ?? '',
Expand Down

0 comments on commit 9ac1cce

Please sign in to comment.