mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Lazy load Plaid link tokens, fix link issues on broadcast (#2302)
* Lazy load Plaid link tokens, fix link issues on broadcast * Fix alert styles
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
module PlaidHelper
|
||||
def plaid_webhooks_url(region = :us)
|
||||
if Rails.env.production?
|
||||
region.to_sym == :eu ? webhooks_plaid_eu_url : webhooks_plaid_url
|
||||
else
|
||||
ENV.fetch("DEV_WEBHOOKS_URL", root_url.chomp("/")) + "/webhooks/plaid#{region.to_sym == :eu ? '_eu' : ''}"
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user