Add send_invoice boolean in contact transformer
This commit is contained in:
parent
ebbeb5b7bf
commit
32acb8b86a
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ class ContactTransformer extends EntityTransformer
|
|||
'phone' => $contact->phone,
|
||||
'last_login' => $contact->last_login,
|
||||
'account_key' => $this->account->account_key,
|
||||
'send_invoice' => (bool) $contact->send_invoice,
|
||||
];
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue