fix: Plaid webhook verification (#1824)

* Fix Plaid webhook verification

* Fix client creation in webhook controller
This commit is contained in:
Zach Gollwitzer
2025-02-07 10:35:42 -05:00
committed by GitHub
parent 331de2f997
commit 5eb5ec7aef
5 changed files with 87 additions and 62 deletions

View File

@@ -182,6 +182,7 @@ Rails.application.routes.draw do
namespace :webhooks do
post "plaid"
post "plaid_eu"
post "stripe"
end