mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'v5-develop' into yodlee
This commit is contained in:
commit
965c43ca3c
@ -53,7 +53,7 @@ class AccountTransformer extends EntityTransformer
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'id' => (string) $this->encodePrimaryKey($account->id),
|
'id' => (string) $this->encodePrimaryKey($account->id),
|
||||||
'key' => (string) $this->account->key,
|
'key' => (string) $account->key,
|
||||||
'default_url' => config('ninja.app_url'),
|
'default_url' => config('ninja.app_url'),
|
||||||
'plan' => $account->getPlan(),
|
'plan' => $account->getPlan(),
|
||||||
'plan_term' => (string) $account->plan_terms,
|
'plan_term' => (string) $account->plan_terms,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user