mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes for authorizatoin
This commit is contained in:
parent
15b53ca617
commit
3e84dbc357
@ -72,7 +72,7 @@ class Yodlee
|
|||||||
public function getAccounts($token)
|
public function getAccounts($token)
|
||||||
{
|
{
|
||||||
|
|
||||||
$response = $this->bankRequest('/accounts', 'get', [], ['Authorization' => $token]);
|
$response = $this->bankRequest('/accounts', 'get', [], ["Authorization" => "Bearer {$token}"]);
|
||||||
|
|
||||||
return $response;
|
return $response;
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ class YodleeApiTest extends TestCase
|
|||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
$this->markTestSkipped('Skip test no company gateways installed');
|
// $this->markTestSkipped('Skip test no company gateways installed');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user