Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.2
-
Fix Version/s: 4.2.3
-
Component/s: CiviContribute
-
Labels:None
Description
Processor name variable ($paymentProcessor.processorName) is not populated in ThankYou.tpl for 'notify' contributeMode (line 66). I think this is a result of the change to support multiple payment processors per contribution page (and may also affect other items in the $paymentProcessor array).
I think the correct array item is $paymentProcessor.name - but this needs to be verified.
----------------
There is a missing word in the alert message on the thank-you page after a contribution. It says, "Your contribution has been submitted to for processing."
dgg says:
<dgg> johnsu01: find this file: templates/CRM/Contribute/Form/Contribution/ThankYou.tpl
<dgg> on line 66, change $paymentProcessor.processorName to $paymentProcessor.name