Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj committed Jun 20, 2023
1 parent 1794109 commit b2176df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function organizationRetrieval(): self
return $this;
}

public function criteriaGroup(array $criteria, string $type = 'Partial'): self
public function criteriaGroup(array $criteria, string $type = 'Key'): self
{
$criteriaGroup = [
'CriteriaGroup' => [
Expand Down

0 comments on commit b2176df

Please sign in to comment.