Skip to content

Commit

Permalink
Merge pull request #8 from brexhq/routingnumbers
Browse files Browse the repository at this point in the history
Add routing_numbers field to Institution struct
  • Loading branch information
shengwu authored Jun 9, 2021
2 parents d2a70be + 1a94a04 commit ba0cb70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/plaid/institutions.ex
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ defmodule Plaid.Institutions do
portal: nil,
products: [],
request_id: nil,
routing_numbers: [],
url: nil,
url_account_locked: nil,
url_account_setup: nil,
Expand All @@ -68,6 +69,7 @@ defmodule Plaid.Institutions do
portal: String.t(),
products: [String.t()],
request_id: String.t(),
routing_numbers: [String.t()],
url: String.t(),
url_account_locked: String.t(),
url_account_setup: String.t(),
Expand Down

0 comments on commit ba0cb70

Please sign in to comment.