Revert "Remove parent-declared properties"
authorEileen McNaughton <eileen@mcnaughty.com>
Mon, 18 Dec 2023 21:15:48 +0000 (10:15 +1300)
committerGitHub <noreply@github.com>
Mon, 18 Dec 2023 21:15:48 +0000 (10:15 +1300)
CRM/Contribute/Form/AbstractEditPayment.php

index a0ba6a74b7790b94f4fae0370f77142c8d04afde..aff8f72a668ce48a66731ec12c5d4e6e73383272 100644 (file)
@@ -37,8 +37,17 @@ class CRM_Contribute_Form_AbstractEditPayment extends CRM_Contact_Form_Task {
 
   public $_action;
 
+  public $_bltID;
+
   public $_fields = [];
 
+  /**
+   * Current payment processor including a copy of the object in 'object' key.
+   *
+   * @var array
+   */
+  public $_paymentProcessor;
+
   /**
    * Available recurring processors.
    *