$params[$participantNum]['lineItem'] = $lineItem;
}
- //only add additional particpants and not the primary particpant as we already have that
+ //only add additional participants and not the primary participant as we already have that
//added to $primaryParticipant so that this change doesn't break or require changes to
//existing gateway implementations
$primaryParticipant['participants_info'][$participantID] = $params[$participantNum];
*/
class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
/**
- * particpant id
+ * participant id
*
* @var string
*
*/
protected $_contact_id;
/**
- * name of the particpant
+ * name of the participant
*
* @var string
*
*/
protected $_participant = [];
/**
- * particpant values
+ * participant values
*
* @var string
*/
public function preProcess() {
$this->_id = CRM_Utils_Request::retrieve('id', 'Integer', $this, TRUE);
- // ensure that there is a particpant type for this
+ // ensure that there is a participant type for this
$this->_participantListingID = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event',
$this->_id,
'participant_listing_id'