Skip to content

Commit 85e01da

Browse files
Updating documentation for Institution changes.
1 parent 9f05f1c commit 85e01da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ Reference: https://plaid.com/docs/api/institutions/
198198

199199
Methods:
200200

201-
* `get(string $institution_id, array $options = []): object`
202-
* `list(int $count, int $offset, array $options = []): object`
203-
* `find(string $query, array $products, array $options = []): object`
201+
* `get(string $institution_id, array $country_codes, array $options = []): object`
202+
* `list(int $count, int $offset, array $country_codes, array $options = []): object`
203+
* `find(string $query, array $country_codes, array $products = [], array $options = []): object`
204204

205205
Example:
206206
```php

0 commit comments

Comments
 (0)