mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
Padding
This commit is contained in:
parent
edfbcb9514
commit
c5269832f9
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user