section)) { $ticket->setSection($this->section); } if(!is_null($this->merchant)) { $ticket->setMerchant($this->merchant); } return $ticket; } }