I hit this when editing a contribution with line items related to membership.
*/
public $paymentInstrumentID;
+ /**
+ * Component - event, membership or contribution.
+ *
+ * @var string
+ */
+ protected $_component;
+
/**
* Array of fields to display on billingBlock.tpl - this is not fully implemented but basically intent is the panes/fieldsets on this page should
* be all in this array in order like
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
*/