Remove var that is defined on parent
authorMatthew Wire <mjw@mjwconsult.co.uk>
Fri, 17 Apr 2020 19:47:51 +0000 (20:47 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Fri, 17 Apr 2020 19:47:51 +0000 (20:47 +0100)
CRM/Financial/Form/Payment.php

index 5cc911595ec0b9c07c8790b537a29d9a1ca0210f..09bd75851b955c756615a01a9928fe3c7bb1c73b 100644 (file)
@@ -17,9 +17,8 @@
 class CRM_Financial_Form_Payment extends CRM_Core_Form {
 
   /**
-   * @var int
+   * @var string
    */
-  protected $_paymentProcessorID;
   protected $currency;
 
   public $_values = [];