tango-app-api-payment-subscription 3.4.0-alpha.6 → 3.4.0-alpha.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -436,7 +436,8 @@ export async function invoiceDownload( req, res ) {
|
|
|
436
436
|
}
|
|
437
437
|
console.log( getgroup.generateInvoiceTo );
|
|
438
438
|
const SES = JSON.parse( process.env.SES );
|
|
439
|
-
let fromEmail = SES.
|
|
439
|
+
let fromEmail = SES.accountsEmail;
|
|
440
|
+
console.log( fromEmail );
|
|
440
441
|
const result = await sendEmailWithSES( getgroup.generateInvoiceTo, mailSubject, mailbody, attachments, fromEmail );
|
|
441
442
|
console.log( result );
|
|
442
443
|
let logObj = {
|