Skip to content

Commit

Permalink
Merge pull request #46 from marcelfw/master
Browse files Browse the repository at this point in the history
Adds gender and title information to Contact entity.
  • Loading branch information
stephangroen committed Feb 15, 2016
2 parents 0c2d26d + 12d0ca8 commit 0595099
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Picqer/Financials/Exact/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ class Contact extends Model
'Email',
'HID',
'AccountMainContact',
'IsMainContact'
'IsMainContact',
'Gender',
'Title'
];

protected $url = 'crm/Contacts';
Expand Down

0 comments on commit 0595099

Please sign in to comment.