mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-06 06:24:34 -04:00
Merge v5
This commit is contained in:
parent
8810596511
commit
d1530c4477
@ -81,7 +81,7 @@ class Yodlee
|
|||||||
public function getTransactions($token)
|
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");
|
// $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);
|
$yodlee = new Yodlee(true);
|
||||||
|
|
||||||
$access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb1');
|
$access_token = $yodlee->getAccessToken('sbMem62e1e69547bfb3');
|
||||||
|
|
||||||
$transactions = $yodlee->getTransactions($access_token);
|
$transactions = $yodlee->getTransactions($access_token);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user