Skip to content

Commit

Permalink
Added email valid field constant to contact
Browse files Browse the repository at this point in the history
  • Loading branch information
akapa committed Oct 17, 2017
1 parent 6621a36 commit 4f86ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Suite/Api/Contact/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class Contact
{
const FIELD_ID = 'id';
const FIELD_EMAIL = 3;
const FIELD_EMAIL_VALID = 47;
const FIELD_UID = 'uid';

/* @var Client */
Expand Down

0 comments on commit 4f86ca8

Please sign in to comment.