From 917f4c5d30461e9ab7612ca93eb189c7db68a135 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 21 Nov 2023 00:58:13 +1300 Subject: [PATCH] Declare property from paypal express as public --- CRM/Contribute/Form/Contribution/Main.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CRM/Contribute/Form/Contribution/Main.php b/CRM/Contribute/Form/Contribution/Main.php index 90d939c4b1..f3e04f59d8 100644 --- a/CRM/Contribute/Form/Contribution/Main.php +++ b/CRM/Contribute/Form/Contribution/Main.php @@ -39,6 +39,15 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu protected $_paymentProcessorID; protected $_snippet; + /** + * Variable for legacy paypal express implementation. + * + * @var string + * + * @internal - only to be used by legacy paypal express implementation. + */ + public $_expressButtonName; + /** * Get the active UFGroups (profiles) on this form * Many forms load one or more UFGroups (profiles). -- 2.25.1