public $_lineItemParticipantsCount;
public $_availableRegistrations;
- public $_forcePayement;
-
/**
* @var bool
* @deprecated
// check for waitlisting.
$this->_allowWaitlist = $this->get('allowWaitlist');
- $this->_forcePayement = $this->get('forcePayement');
-
//get the additional participant ids.
$this->_additionalParticipantIds = $this->get('additionalParticipantIds');
$config = CRM_Core_Config::singleton();
// get all the values from the dao object
$this->_values = $this->_fields = array();
- $this->_forcePayement = FALSE;
//retrieve event information
$params = array('id' => $this->_eventId);
CRM_Price_BAO_PriceSet::processAmount($self->_values['fee'], $fields, $lineItem);
if ($fields['amount'] > 0) {
$validatePayement = TRUE;
- // $self->_forcePayement = true;
// return false;
}
}