changes
This commit is contained in:
@@ -173,16 +173,14 @@ const handleSendEmail = async () => {
|
||||
});
|
||||
}
|
||||
|
||||
const response = await $insertapi(
|
||||
"sendemail",
|
||||
{
|
||||
const response = await $insertapi("sendemail", {
|
||||
data: {
|
||||
to: paymentScheduleItem.value?.txn_detail__transaction__customer__email,
|
||||
content: finalEmailHtml,
|
||||
subject: replaceTemplateVars(templateProps.value.content.subject) || "Thông báo từ Utopia Villas & Resort",
|
||||
},
|
||||
undefined,
|
||||
false,
|
||||
);
|
||||
notify: false,
|
||||
});
|
||||
if (response !== null) {
|
||||
isLoading.value = false;
|
||||
$snackbar(
|
||||
|
||||
Reference in New Issue
Block a user