Update test

This commit is contained in:
David Bomba 2022-08-08 12:59:56 +10:00
parent 38704c6ce5
commit 7433671945

View File

@ -421,8 +421,8 @@ class YodleeApiTest extends TestCase
$yodlee->setTestMode(); $yodlee->setTestMode();
$data = [ $data = [
'basetype' => 'DEBIT', //CREDIT
'CONTAINER' => 'bank', 'CONTAINER' => 'bank',
'categoryType' => 'INCOME, UNCATEGORIZE',
'top' => 500, 'top' => 500,
'fromDate' => '2000-10-10', /// YYYY-MM-DD 'fromDate' => '2000-10-10', /// YYYY-MM-DD
]; ];