mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Add CA country code to Plaid link
Signed-off-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
parent
195ec85d96
commit
e1d3c7a4a1
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Provider::Plaid
|
|||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue