Skip to content

Commit

Permalink
Merge pull request #237 from plaid/pladaub-consistentInstitutionName
Browse files Browse the repository at this point in the history
institution.name -> institution.institution_name
  • Loading branch information
amytang0 authored Oct 28, 2020
2 parents 9023525 + 191b100 commit 5ae0d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ + (NSString *)subtypeNameForAccountSubtype:(id<PLKAccountSubtype>)accountSubtype

+ (NSDictionary *)dictionaryFromInstitution:(PLKInstitution *)institution {
return @{
@"name": institution.name ?: @"",
@"institution_name": institution.name ?: @"",
@"institution_id": institution.ID ?: @"",
};
}
Expand Down

0 comments on commit 5ae0d10

Please sign in to comment.