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 8, 2024
1 parent 879ae70 commit d79ca77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,9 @@ public function addAddress(array $addressDetails): self
'Mobile' => $addressDetails['mobile'] ?? null,
'Email' => $addressDetails['email'] ?? null,
'SuppressAddressValidationError' => 'true',
'OrgAddressCapabilityCollection' => $capabilities,
'OrgAddressCapabilityCollection' => [
'OrgAddressCapability' => $capabilities
]
];

return $this;
Expand Down

0 comments on commit d79ca77

Please sign in to comment.