From 207431569b339069246f1cdc0567042fc90e72fd 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 11138f8a2..35ed86599 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 @@ -384,6 +384,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; }