Hmm, I could swear it just did it when you checked the debug box at admin/store/settings/quotes/edit, but trying it out it doesn't seem to show up. I don't know, it's late. Anyway, stick the following line in uc_usps.module in the function uc_usps_quote(), just after the first call to uc_usps_rate_request():
That should show your request.
$services['data']['debug'] .= htmlentities($request) ."<br />\n";That should show your request.
Thanks, it did:
API=RateV3&XML=%3CRateV3Request+USERID%3D%22(deleted)%22%3E%3CPackage+ID%3D%220%22%3E%3CService%3EALL%3C%2FService%3E%3CZipOrigination%3E95203%3C%2FZipOrigination%3E%3CZipDestination%3E92128%3C%2FZipDestination%3E%3CPounds%3E0%3C%2FPounds%3E%3COunces%3E0.0%3C%2FOunces%3E%3CContainer%3ERECTANGULAR%3C%2FContainer%3E%3CSize%3EREGULAR%3C%2FSize%3E%3CMachinable%3EFalse%3C%2FMachinable%3E%3C%2FPackage%3E%3C%2FRateV3Request%3EAs you suspected, it looks like 0.0 oz and 0 Pounds. Bummer. 



Joined: 01/28/2008