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
ACM @ UIUC has received intent of ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} paid by ${name}, ${email}).
418
532
419
-
The payee has used a payment method which does not settle funds immediately. Therefore, ACM @ UIUC is still waiting for funds to settle and no services should be performed until the funds settle.
533
+
The payee has used a payment method which does not settle funds immediately. Therefore, ACM @ UIUC is still waiting for funds to settle and <b>no services should be performed until the funds settle.</b>
420
534
421
535
Please contact Officer Board with any questions.
422
536
`,
@@ -459,9 +573,7 @@ Please contact Officer Board with any questions.
459
573
subject: `Payment Recieved for Invoice ${unmarshalledEntry.invoiceId}`,
460
574
content: `
461
575
ACM @ UIUC has received ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} paid by ${name}, ${email}).
462
-
463
-
This invoice should now be considered settled.
464
-
576
+
${paidInFull ? "\nThis invoice should now be considered settled.\n" : ""}
465
577
Please contact Officer Board with any questions.`,
0 commit comments