Skip to content

Commit

Permalink
add note about sponsor email to organiser notify email
Browse files Browse the repository at this point in the history
  • Loading branch information
timiwahalahti authored and renintw committed Apr 29, 2024
1 parent 53693eb commit 2074315
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 2074315

Please sign in to comment.