Merge branch 'v5-develop' into yodlee
This commit is contained in:
commit
965c43ca3c
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class AccountTransformer extends EntityTransformer
|
|||
{
|
||||
return [
|
||||
'id' => (string) $this->encodePrimaryKey($account->id),
|
||||
'key' => (string) $this->account->key,
|
||||
'key' => (string) $account->key,
|
||||
'default_url' => config('ninja.app_url'),
|
||||
'plan' => $account->getPlan(),
|
||||
'plan_term' => (string) $account->plan_terms,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue