Add CA country code to Plaid link

Signed-off-by: Zach Gollwitzer <zach@maybe.co>
This commit is contained in:
Zach Gollwitzer
2025-01-16 16:02:06 -05:00
committed by GitHub
parent 195ec85d96
commit e1d3c7a4a1

View File

@@ -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,