Skip to content

Commit a5fd78b

Browse files
committed
fix email text
1 parent 5e794cf commit a5fd78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/stripe.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ const stripeRoutes: FastifyPluginAsync = async (fastify, _options) => {
407407
payload: {
408408
to: [unmarshalledEntry.userId],
409409
subject: `Payment Recieved for Invoice ${unmarshalledEntry.invoiceId}`,
410-
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.`,
410+
content: `ACM @ UIUC has received ${paidInFull ? "full" : "partial"} payment for Invoice ${unmarshalledEntry.invoiceId} (${withCurrency} paid by ${name}, ${email}).\n\nPlease contact Officer Board with any questions.`,
411411
callToActionButton: {
412412
name: "View Your Stripe Links",
413413
url: `${fastify.environmentConfig.UserFacingUrl}/stripe`,

0 commit comments

Comments
 (0)