From e9a714c29511e87685b8e51fcf5803f12080a8cb Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 8 May 2023 14:03:34 +1200 Subject: [PATCH] E-notice fix on pay-later payment processor --- CRM/Financial/BAO/PaymentProcessor.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRM/Financial/BAO/PaymentProcessor.php b/CRM/Financial/BAO/PaymentProcessor.php index 95e7ce2931..62ebe570a9 100644 --- a/CRM/Financial/BAO/PaymentProcessor.php +++ b/CRM/Financial/BAO/PaymentProcessor.php @@ -331,6 +331,8 @@ class CRM_Financial_BAO_PaymentProcessor extends CRM_Financial_DAO_PaymentProces $processors['values'][0] = [ 'object' => new CRM_Core_Payment_Manual(), 'id' => 0, + 'frontend_title' => ts('Pay later'), + 'title' => ts('Pay later'), 'payment_processor_type_id' => 0, // This shouldn't be required but there are still some processors hacked into core with nasty 'if's. 'payment_processor_type' => 'Manual', -- 2.25.1