From 565920da4b424ec7283db71b70b9ddde9be7f5d5 Mon Sep 17 00:00:00 2001 From: eileen Date: Sat, 16 Feb 2019 09:57:44 +1300 Subject: [PATCH] Update status comments --- CRM/Financial/BAO/Payment.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CRM/Financial/BAO/Payment.php b/CRM/Financial/BAO/Payment.php index cbfccbc4a4..84f77b7a03 100644 --- a/CRM/Financial/BAO/Payment.php +++ b/CRM/Financial/BAO/Payment.php @@ -264,7 +264,10 @@ class CRM_Financial_BAO_Payment { 'totalPaid', 'paymentsComplete', ]; - // Need to do these before switching the form over... + // These are assigned by the payment form - they still 'get through' from the + // form for now without being in here but we should ideally load + // and assign. Note we should update the tpl to use {if $billingName} + // and ditch contributeMode - although it might need to be deprecated rather than removed. $todoParams = [ 'contributeMode', 'billingName', @@ -272,8 +275,6 @@ class CRM_Financial_BAO_Payment { 'credit_card_type', 'credit_card_number', 'credit_card_exp_date', - 'eventEmail', - '$event.participant_role', ]; $filteredParams = []; foreach ($testedTemplateVariables as $templateVariable) { -- 2.25.1