Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #2 from cdram/master
Browse files Browse the repository at this point in the history
Changed URL for fetching LongTailInstitutions
  • Loading branch information
michaelckelly committed Mar 13, 2018
2 parents 08a30eb + 6ec48c1 commit 67782be
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -40,7 +40,7 @@ public InstitutionsResponse getAllInstitutions() {

@Override
public LongTailInstitutionsResponse getAllLongTailInstitutions(Integer offset, Integer count) {
PlaidHttpRequest request = new PlaidHttpRequest("/institutions/longtail");
PlaidHttpRequest request = new PlaidHttpRequest("/institutions/all");

if(StringUtils.isEmpty(clientId) || StringUtils.isEmpty(secret)) {
throw new PlaidClientsideException("ClientId and Secret is required");
Expand Down

0 comments on commit 67782be

Please sign in to comment.