Add new newsletter type
[MAILPOET-2280]
This commit is contained in:
committed by
Jack Kitterhing
parent
766b732b32
commit
1dd8c7c1be
@ -23,6 +23,7 @@ class NewsletterEntity {
|
||||
const TYPE_WELCOME = 'welcome';
|
||||
const TYPE_NOTIFICATION = 'notification';
|
||||
const TYPE_NOTIFICATION_HISTORY = 'notification_history';
|
||||
const TYPE_WC_TRANSACTIONAL_EMAIL = 'wc_transactional';
|
||||
|
||||
// standard newsletters
|
||||
const STATUS_DRAFT = 'draft';
|
||||
|
Reference in New Issue
Block a user