
Originally Posted by
BlessIsaacola
Couldn't resolve host 'ur-site'
Time to response: 0.12273311615 segs
Note: This script MUST response in less than 3 sec. so GC srv doesn't timeout.'
The above error is what I get when running responsehandler_test.php. Any idea what's causing this? Thanks!
bless, you should replace this data
PHP Code:
// Responsehandler.php URL
$url = 'http://ur-site/googlecheckout/responsehandler.php';
// Your Merchant ID
$merid = '';
// Your Merchant Key
$merkey = '';
// Here put the xml u want to emulate! You can take the ones from googlecheckout/response_message.log
$postargs = '<xml replace!>';
with all your site data 
also in $postargs you should put a valid XML with the GC request you want to test (merchant-calculation-callback, new-order-notification, etc) as the script says, you can get some from response_message.log
ropu
Bookmarks