Add isTransactional method to NewsletterEntity
[MAILPOET-6115]
This commit is contained in:
@@ -608,4 +608,11 @@ class NewsletterEntity {
|
||||
$campaignName = $this->getCampaignName();
|
||||
return $campaignName ?: $this->getSubject();
|
||||
}
|
||||
|
||||
public function isTransactional(): bool {
|
||||
return in_array($this->getType(), [
|
||||
NewsletterEntity::TYPE_AUTOMATION_TRANSACTIONAL,
|
||||
NewsletterEntity::TYPE_WC_TRANSACTIONAL_EMAIL,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user