Brad Carson
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Activity overview
Latest activity by Brad Carson-
Brad Carson commented,
You make some excellent points. Thank you. Fortunately, for my client the multiple shipping packages isn't a significant concern. One of our worries about submitting each item per order is that ...
-
Brad Carson commented,
The docs have now changed in the last hour: "Only one order may be passed in a single request." Still wondering from a process point of view how a majority of ticketing sites on the TEVO are succ...
-
Brad Carson created a post,
Checkout multiple items
Unfortunately, according to the API docs there's not an easy way to purchase multiple items (i.e. shopping cart style): " Multiple orders may be passed in a single request, but each request is tra...
-
Brad Carson commented,
This issue disappeared with the transition to Faraday.
-
Brad Carson created a post,
Optimizing ticket_group listing
I cache Events locally so the lookups are fast but not TicketGroups, because I don't know if this is possible or if it is, the API docs are unclear on how this process would work. So currently, wh...
-
Brad Carson created a post,
Problem with nested params in creating an order
AnsweredI'm having difficulty creating orders with nested records. I think I'm following the correct format, but I get different results back the API. I would like to be able to specify all of the detail...
-
Brad Carson created a post,
Access denied on sandbox venue maps
I get an access denied when trying to view sandbox venue maps. Ex: tevo.configurations.show(2141).seating_chart.medium => http://media.sandbox.ticketevolution.com/configurations/static_maps/21...
-
Brad Carson created a post,
Sorting Ticket Groups
AnsweredI store mostly static data such as Events, Venues, Performers, etc., in our site database for improved performance. The biggest bottleneck right now is the TE API call to list TicketGroups for a s...
-
Brad Carson commented,
To integrate Samurai I have been following the steps described here: https://samurai.feefighters.com/developers/ruby/api-reference#creating-a-payment-method-via-transparent-redirect. Their code ge...
-
Brad Carson created a post,
Order Processing: How does Samurai integrate with Ticket Evolution?
AnsweredI've configured settings.ticketevolution.com to use sandbox Samurai merchant keys and payment processor. When a site visitor buys tickets, the payment form is generated via the Samurai API so the ...