We're using Satchmo 0.9.2 and Django 1.3 and we're testing it out
using the Google Checkout Sandbox.

First we were having some SSL issues that were preventing GC from
communicating with our site at all, resulting in an order status of
"(None)". We got that fixed and GC correctly notifies our site now,
changing the order status to "New", but after that we're still having
timeout issues, and the order status never progresses beyond "New".

>From the Google Checkout Integration Console:
"We encountered an error trying to access your server at
https://bernunzio.dxdt.org/checkout/google/notification/ -- the error
we got is java.io.IOException: Error 'TIMEOUT' connecting to url
'https://bernunzio.dxdt.org/checkout/google/notification/'."

When I take the POST data from the Google Checkout Integration Console
and submit it via curl it works fine (and the response always
completes in less than 5 seconds), and I added some logging middleware
for GC API calls and it shows that the correct response is being sent,
so if I didn't know any better this is a problem with Google. Is there
anything I can do about it?

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to