Skip to content

Commit

Permalink
add mailchimp_sync_modified to the customer
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jun 22, 2016
1 parent e3027b8 commit 5a06551
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@
'default' => 0
));

$eav->addAttribute('customer', 'mailchimp_sync_modified', array(
'label' => 'MailChimp Modified',
'type' => 'int',
// 'input' => 'int',
'visible' => false,
'required' => false,
'position' => 1,
'default' => 0
));

$installer->endSetup();

0 comments on commit 5a06551

Please sign in to comment.