mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Initial pass at Plaid EU (#1555)
* Initial pass at Plaid EU * Add EU support to Plaid Items * Lint * Temp fix for rubocop isseus * Merge cleanup * Pass in region and get tests passing * Use absolute path for translation --------- Signed-off-by: Josh Pigford <josh@joshpigford.com>
This commit is contained in:
@@ -55,7 +55,8 @@ module AccountableResource
|
||||
@link_token = Current.family.get_link_token(
|
||||
webhooks_url: webhooks_url,
|
||||
redirect_url: accounts_url,
|
||||
accountable_type: accountable_type.name
|
||||
accountable_type: accountable_type.name,
|
||||
region: Current.family.country.to_s.downcase == "us" ? :us : :eu
|
||||
)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user