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