Originally from ticket #3479.
Hi,
I'm having trouble finding events with tickets to show in the sandbow, either that or I'm not using the right codes:
Here is my code
############
$config = new Zend_Config($cfg);
$tevo = new TicketEvolution_Webservice($config->params);
$options = array(
'event_id' => $eventid
);
$results = $tevo->listTicketGroups($options);
print_r($results);
########
I'm not getting any errors, just empty strings.
Can you give me a list of Performer/Events that have tickets listed in the Sandbox (or tell me what i'm not doing right in this function)?
Thank you.
P.S. Is there a way to change the email address these request are replied to. It is sent to the client but it would make more sence if they were sent to me since I am responsible for their website, database and eveything programming related.