Webhooks ported. Not tested.
This commit is contained in:
parent
dda95ecdb3
commit
27021e9b2b
7 changed files with 296 additions and 17 deletions
|
@ -10,7 +10,12 @@ function getSystemSendConfigurationId() {
|
|||
return 1;
|
||||
}
|
||||
|
||||
function getSystemSendConfigurationCid() {
|
||||
return 'default';
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
MailerType,
|
||||
getSystemSendConfigurationId
|
||||
getSystemSendConfigurationId,
|
||||
getSystemSendConfigurationCid
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue