You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If that email doesn't exist, then it will be forwarded to the Illinois
email.
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
subject: "Room Reservation Request Status Change",
147
148
content: `Your Room Reservation Request has been been moved to status "${formatStatus(request.body.status)}". Please visit the management portal for more details.`,
subject: `Payment Failed for Invoice ${unmarshalledEntry.invoiceId}`,
417
418
content: `
418
419
A ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} paid by ${name}, ${email}) <b>has failed.</b>
@@ -565,7 +566,7 @@ Please ask the payee to try again, perhaps with a different payment method, or c
565
566
reqId: request.id,
566
567
},
567
568
payload: {
568
-
to: [unmarshalledEntry.userId],
569
+
to: getAllUserEmails(unmarshalledEntry.userId),
569
570
subject: `Payment Pending for Invoice ${unmarshalledEntry.invoiceId}`,
570
571
content: `
571
572
ACM @ UIUC has received intent of ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} paid by ${name}, ${email}).
@@ -610,7 +611,7 @@ Please contact Officer Board with any questions.
0 commit comments