Skip to content

Commit

Permalink
Update NativeOrganizationUpdate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored Feb 8, 2024
1 parent 3774fcc commit 3cdc80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/NativeOrganizationUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private function defineSchema(array $address): array
//Push in addresses (if any)
if (! empty($address)) {
$schema['Body']['Organization']['Code'] = $this->cord->targetKey;
array_push($schema['Body']['Organization'], $address);
//array_push($schema['Body']['Organization'], $address);
}

return $schema;
Expand Down

0 comments on commit 3cdc80b

Please sign in to comment.