Merge pull request #669 from turbo124/master

Add send_invoice boolean in contact transformer
This commit is contained in:
David Bomba 2016-01-29 11:17:24 +11:00
commit 97e2e6ebae

View File

@ -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,
];
}
}