Webhooks ported. Not tested.

This commit is contained in:
Tomas Bures 2018-09-23 21:23:12 +02:00
parent dda95ecdb3
commit 27021e9b2b
7 changed files with 296 additions and 17 deletions

View file

@ -10,7 +10,12 @@ function getSystemSendConfigurationId() {
return 1;
}
function getSystemSendConfigurationCid() {
return 'default';
}
module.exports = {
MailerType,
getSystemSendConfigurationId
getSystemSendConfigurationId,
getSystemSendConfigurationCid
};