Add "Z1" marker to payment reference
continuous-integration/drone/push Build is passing

This allows us to distinguish promo order donations from other arbitary
donations.
This commit is contained in:
2026-02-11 17:00:34 +01:00
parent 789a37a8ec
commit c34e1bf1e3
+1 -1
View File
@@ -145,7 +145,7 @@ if ('y' == $subcd or 'y' == $subnl or $donate) {
}
if (isset($json_cd_res) && ($_POST['donate'] > 0)) {
$_POST['donationID'] = $json_cd_res['donref'];
$_POST['donationID'] = $json_cd_res['donref'].'Z1';
$subject .= ': '.$_POST['donationID'];
$msg_to_staff .= "\n\nThe orderer choose to make a Donation of ".htmlspecialchars($_POST['donate'])." Euro.\n"
."Please do not assume that this donation has been made until you receive\n"