This commit is contained in:
David Bomba 2022-08-06 18:11:43 +10:00
parent edfbcb9514
commit c5269832f9

View File

@ -21,6 +21,11 @@ class YodleeController extends BaseController
public function auth(Request $request) 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); $yodlee = new Yodlee(true);
$data = [ $data = [