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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-payment-subscription",
3
- "version": "3.4.0-alpha.6",
3
+ "version": "3.4.0-alpha.7",
4
4
  "description": "paymentSubscription",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -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.adminEmail;
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 = {