Skip to content

Commit

Permalink
Merge pull request #20 from mwille/master
Browse files Browse the repository at this point in the history
Added "uid" to system fields
  • Loading branch information
Moinax committed Jul 22, 2016
2 parents b7a5f0b + f8a752a commit e3ea1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Snowcap/Emarsys/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Client
/**
* @var array
*/
private $systemFields = array('key_id', 'id', 'contacts');
private $systemFields = array('key_id', 'id', 'contacts', 'uid');

/**
* @param HttpClient $client HTTP client implementation
Expand Down

0 comments on commit e3ea1a8

Please sign in to comment.