diff --git a/app/Http/Controllers/Bank/YodleeController.php b/app/Http/Controllers/Bank/YodleeController.php index ead225b706..f90f2f2dff 100644 --- a/app/Http/Controllers/Bank/YodleeController.php +++ b/app/Http/Controllers/Bank/YodleeController.php @@ -21,6 +21,11 @@ class YodleeController extends BaseController public function auth(Request $request) { + // create a user at this point + // use the one time token here to pull in the actual user + + //store the user_account_id on the accounts table + $yodlee = new Yodlee(true); $data = [