Merge v5
This commit is contained in:
parent
8810596511
commit
d1530c4477
2 changed files with 2 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ class Yodlee
|
|||
public function getTransactions($token)
|
||||
{
|
||||
|
||||
$response = Http::withHeaders($this->getHeaders(["Authorization" => "Bearer {$token}"]))->get($this->api_endpoint. "/transactions", ['categoryId' => '2']);
|
||||
$response = Http::withHeaders($this->getHeaders(["Authorization" => "Bearer {$token}"]))->get($this->api_endpoint. "/transactions", ['categoryType' => 'EXPENSE']);
|
||||
// $response = Http::withHeaders($this->getHeaders(["Authorization" => "Bearer {$token}"]))->get($this->api_endpoint. "/transactions");
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -394,7 +394,7 @@ class YodleeApiTest extends TestCase
|
|||
|
||||
$yodlee = new Yodlee(true);
|
||||
|
||||
$access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb1');
|
||||
$access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb3');
|
||||
|
||||
$transactions = $yodlee->getTransactions($access_token);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue