From 677fbbb0d0e34edca332559a7a025caf0314174d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 1 Mar 2020 10:59:37 +1100 Subject: [PATCH] Fix unreleaesd typo error --- CRM/Financial/Form/FrontEndPaymentFormTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Financial/Form/FrontEndPaymentFormTrait.php b/CRM/Financial/Form/FrontEndPaymentFormTrait.php index 21c5336fb3..cdedf2b61e 100644 --- a/CRM/Financial/Form/FrontEndPaymentFormTrait.php +++ b/CRM/Financial/Form/FrontEndPaymentFormTrait.php @@ -125,7 +125,7 @@ trait CRM_Financial_Form_FrontEndPaymentFormTrait { NULL, " ", FALSE, $optAttributes ); } - elseif (!empty($paymentProcessorss)) { + elseif (!empty($paymentProcessors)) { $ppKeys = array_keys($paymentProcessors); $currentPP = array_pop($ppKeys); $this->addElement('hidden', 'payment_processor_id', $currentPP); -- 2.25.1