Merge pull request #24148 from civicrm/5.52
[civicrm-core.git] / CRM / Admin / Form / PaymentProcessorType.php
index 571aa957acb4a33149648bdfe8b5b3931640a766..2259920ef8a37fa89508eaa93b6ca34215b8c600 100644 (file)
  * This class generates form components for Location Type.
  */
 class CRM_Admin_Form_PaymentProcessorType extends CRM_Admin_Form {
-  protected $_id = NULL;
+  public $_id = NULL;
 
   protected $_fields = NULL;
 
+  /**
+   * @var bool
+   */
+  public $submitOnce = TRUE;
+
   public function preProcess() {
     parent::preProcess();