fixes for authorizatoin
This commit is contained in:
parent
15b53ca617
commit
3e84dbc357
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue