Skip to content

Commit

Permalink
Updating README with new method signature for Accounts::list.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed Feb 21, 2021
1 parent e121a79 commit 4afa4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Reference: https://plaid.com/docs/#accounts

Methods:

* `list(string $access_token): object`
* `list(string $access_token, array $options = []): object`
* `getBalance(string $access_token, array $options = []): object`
* `getIdentity(string $access_token): object`

Expand Down

0 comments on commit 4afa4f9

Please sign in to comment.