minor fixes
This commit is contained in:
parent
7433671945
commit
0228f5aec3
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ class YodleeApiTest extends TestCase
|
|||
|
||||
$transactions = $yodlee->getTransactions(['categoryId' => 2, 'fromDate' => '2000-01-01']);
|
||||
|
||||
$this->assertIsArray($transactions->transaction);
|
||||
$this->assertIsArray($transactions);
|
||||
//nlog($transactions);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue