mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 13:04:38 -04:00
Padding
This commit is contained in:
parent
edfbcb9514
commit
c5269832f9
@ -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 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user