From ad2b3826b97082ba593ee1c5fcd6737c3e8371d4 Mon Sep 17 00:00:00 2001 From: Timi Wahalahti Date: Thu, 21 Sep 2023 22:47:37 +0300 Subject: [PATCH] add note about sponsor email to organiser notify email --- .../includes/sponsor-invoices-dashboard.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php b/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php index 4d7ad66b86..61dcbdde05 100644 --- a/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php +++ b/public_html/wp-content/plugins/wordcamp-payments-network/includes/sponsor-invoices-dashboard.php @@ -379,6 +379,7 @@ function notify_organizer_status_changed( $invoice_id, $new_status ) { } } elseif ( 'paid' === $new_status ) { $status_message = "has been paid by $sponsor_name. Go ahead and publish them to your website!"; + $attachment_message = "\nWe have sent an email of received payment to the sponsor as well."; } else { return; }