expose legal_entity_id on transformer
This commit is contained in:
parent
0371ccd2de
commit
f728ebb797
|
|
@ -222,6 +222,7 @@ class CompanyTransformer extends EntityTransformer
|
|||
'e_invoice' => $company->e_invoice ?: new \stdClass(),
|
||||
'has_quickbooks_token' => $company->quickbooks ? true : false,
|
||||
'is_quickbooks_token_active' => $company->quickbooks?->accessTokenKey ?? false,
|
||||
'legal_entity_id' => $company->legal_entity_id ?? null,
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue