first commit
This commit is contained in:
16
bundles/External/PompoBundle/AutomationConfigurator/PompoSendSystemEmail.php
vendored
Normal file
16
bundles/External/PompoBundle/AutomationConfigurator/PompoSendSystemEmail.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace External\PompoBundle\AutomationConfigurator;
|
||||
|
||||
class PompoSendSystemEmail extends \KupShop\AutomationConfiguratorBundle\Configurator\Orders\Actions\SendSystemEmail
|
||||
{
|
||||
protected function getAllowedSystemEmails(): array
|
||||
{
|
||||
$emails = parent::getAllowedSystemEmails();
|
||||
$emails[] = 'POMPO_ORDER_NOT_COMPLETE';
|
||||
|
||||
return $emails;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user