Skip to content

Commit

Permalink
Add CA country code to Plaid link
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Gollwitzer <[email protected]>
  • Loading branch information
zachgoll authored Jan 16, 2025
1 parent 195ec85 commit e1d3c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/provider/plaid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_link_token(user_id:, webhooks_url:, redirect_url:, accountable_type: nil
client_name: "Maybe Finance",
products: [ get_primary_product(accountable_type) ],
additional_consented_products: get_additional_consented_products(accountable_type),
country_codes: [ "US" ],
country_codes: [ "US", "CA" ],
language: "en",
webhook: webhooks_url,
redirect_uri: redirect_url,
Expand Down

0 comments on commit e1d3c7a

Please sign in to comment.