Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
add "email" field to customer entity
Browse files Browse the repository at this point in the history
  • Loading branch information
mtymek committed May 5, 2016
1 parent 4a41381 commit f5552a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.4.1 (2016-05-05)
==================
* add "email" field to customer entity

3.4 (2016-04-27)
================
* remove deprecated method: trackOfferImpression
Expand Down
4 changes: 2 additions & 2 deletions src/Cleeng/Entity/Customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@
*/
class Cleeng_Entity_Customer extends Cleeng_Entity_Base
{

protected $id;

protected $email;

protected $displayName;

protected $firstName;
Expand All @@ -30,5 +31,4 @@ class Cleeng_Entity_Customer extends Cleeng_Entity_Base
protected $locale;

protected $country;

}

0 comments on commit f5552a5

Please sign in to comment.