From d32591aed37aa1a4039eeeff09d99ffb44d1a491 Mon Sep 17 00:00:00 2001 From: eileenmcnaugton Date: Thu, 7 Apr 2016 23:12:15 +1200 Subject: [PATCH] e-notice fix, experienced when processing an offsite payment form contribution page --- CRM/Financial/Form/Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Financial/Form/Payment.php b/CRM/Financial/Form/Payment.php index 122c656b75..33b8be2023 100644 --- a/CRM/Financial/Form/Payment.php +++ b/CRM/Financial/Form/Payment.php @@ -37,6 +37,7 @@ class CRM_Financial_Form_Payment extends CRM_Core_Form { */ protected $_paymentProcessorID; protected $currency; + protected $_values = array(); /** * @var array -- 2.25.1