if u add the alternative HTTPS url in the GC sellers
page->settings>integration> API Callback URL all notificaitons, such as
NewOrder, Risk, state changes, etc will be parsed correctly.
But if u use merchant-calculation-callback, (for USPS, ups, fedex, etc, or
coupons) u will need to edit googlecheckout/gcheckout.php line 598
$Gcart->SetMerchantCalculations($url, 'false', 'true', 'false');
and change $url to ur path
ie.
$url = '
https://securehosting/~myaccountetc/googlecheckout/responsehandler.php';
$Gcart->SetMerchantCalculations($url, 'false', 'true', 'false');
hope this helps
ropu
Bookmarks