1
0
Fork 0
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:
Zach Gollwitzer 2025-01-16 16:02:06 -05:00 committed by GitHub
parent 195ec85d96
commit e1d3c7a4a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,