This commit is contained in:
Chris 2020-01-08 10:58:28 +13:00
parent 9d4506977d
commit 2204bbe70c
2 changed files with 8 additions and 6 deletions

View file

@ -682,7 +682,7 @@ async function queueCampaignMessageTx(tx, sendConfigurationId, listId, subscript
});
}
async function queueAPITransactionalMessage(sendConfigurationId, email, subject, html, text, tagLanguage, mergeTags, attachments) {
async function queueAPITransactionalMessage(tx, sendConfigurationId, email, subject, html, text, tagLanguage, mergeTags, attachments) {
const msgData = {
to: {
address: email