From: Monish Deb Date: Thu, 14 Apr 2016 23:18:19 +0000 (+0530) Subject: CRM-18414: On changing payment processor selection on Contribution page, disable... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c0fbe80fc23abafadba070cf8b80f8c3260362d0;p=civicrm-core.git CRM-18414: On changing payment processor selection on Contribution page, disable submit button (#8143) --- diff --git a/CRM/Financial/Form/Payment.php b/CRM/Financial/Form/Payment.php index 33b8be2023..69d4225f09 100644 --- a/CRM/Financial/Form/Payment.php +++ b/CRM/Financial/Form/Payment.php @@ -37,7 +37,7 @@ class CRM_Financial_Form_Payment extends CRM_Core_Form { */ protected $_paymentProcessorID; protected $currency; - protected $_values = array(); + public $_values = array(); /** * @var array