Brad Carson
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
Comments
Recent activity by Brad Carson Sort by recent activity-
Easy enough. Thank you for confirming.
-
I omitted my token (should be kept private, right?), but the signature is generated from the Signature Tool and works fine for other API calls. The URL is the one generated from http://developer.t...
-
This is the response I get: HTTP/1.1 301 Moved Permanently Content-Type: text/html Transfer-Encoding: chunked Connection: keep-alive Status: 301 X-Powered-By: Phusion Passenger (mod_rails/mod_rack...
-
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...
-
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 ...
-
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...
-
This is the production environment. They suggested the problem might be at the Ticket Evolution end, but I'll check back with them and see. Thanks.
-
This issue disappeared with the transition to Faraday.
-
Thank you, Dan. I'll give this a shot and report back.
-
I had to remove the :orders part to make it work (below). Thanks, Dan! Is there a place to see these test orders online, like a broker dashboard for the sandbox? tevo.orders.create_customer_ord...