Merge pull request #12594 from eileenmcnaughton/sales_tax_trait
[civicrm-core.git] / CRM / Contribute / Form / AdditionalPayment.php
index d63efa5dd0fcab5cc4eeef7189d2c17b49fc5f9e..075206d6928222679d8cd8d21fd17392a8b1953a 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.7                                                |
+ | CiviCRM version 5                                                  |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
 class CRM_Contribute_Form_AdditionalPayment extends CRM_Contribute_Form_AbstractEditPayment {
   public $_contributeMode = 'direct';
 
-  /**
-   * Related component whose financial payment is being processed.
-   *
-   * @var string
-   */
-  protected $_component = NULL;
-
   /**
    * Id of the component entity
    */