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
`Registered payment of ${withCurrency} by ${name} (${email}) for payment link ${paymentLinkId} invoice ID ${unmarshalledEntry.invoiceId}).`,
282
+
`Registered payment of ${withCurrency} by ${name} (${email}) for payment link ${paymentLinkId} invoice ID ${unmarshalledEntry.invoiceId}). Invoice was paid ${paidInFull ? "in full." : "partially."}`,
278
283
);
284
+
// Notify link owner of payment
285
+
letqueueId;
279
286
if(unmarshalledEntry.userId.includes("@")){
280
287
request.log.info(
281
288
`Sending email to ${unmarshalledEntry.userId}...`,
subject: `Payment Recieved for Invoice ${unmarshalledEntry.invoiceId}`,
293
-
content: `Received payment of ${withCurrency} by ${name} (${email}) for Invoice${unmarshalledEntry.invoiceId}. Please contact [email protected] with any questions.`,
300
+
content: `ACM @ UIUC has received ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} by ${name},${email}).\n\nPlease contact Officer Board with any questions.`,
0 commit comments