1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Transactions

This commit is contained in:
David Bomba 2022-07-30 14:38:21 +10:00
parent a2b89d1476
commit 8929334e08

View File

@ -79,14 +79,5 @@ class YodleeApiTest extends TestCase
}
// public function testCreateUser()
// {
// $yodlee = new Yodlee(true);
// $create_user = $yodlee->createUser();
// nlog($create_user);
// }
}