Fix conflict on visibility of ->_paymentProcessors
authorEileen McNaughton <eileen@fuzion.co.nz>
Mon, 29 Jun 2015 06:08:50 +0000 (18:08 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Mon, 29 Jun 2015 06:08:50 +0000 (18:08 +1200)
commit42e3a033fc815f74e69bc543ccceb4249518c706
tree368dbbcceae03670dbc51af2b07bfbfd6915e5c2
parent9d3be1ed8ea1e282801bb830790de72d836a4250
Fix conflict on visibility of ->_paymentProcessors
In order to resolve the conflict on 'protected' I moved functions where it was accessed form ->_paymentProcessors
to an inherited form class. In general the moves make sense - ie. having a function on contribution shared by event is not good,
Nor is having a function on the BAO called by forms.
CRM/Contribute/Form/Contribution/Confirm.php
CRM/Contribute/Form/Contribution/Main.php
CRM/Contribute/Form/Contribution/ThankYou.php
CRM/Contribute/Form/ContributionBase.php
CRM/Core/Form.php
CRM/Event/Form/Registration/Register.php
CRM/Member/BAO/Membership.php