Zen Follower
- Join Date:
- Oct 2006
- Location:
- argentina
- Posts:
- 243
- Plugin Contributions:
- 0
Google Checkout module for ZC 1.3.x (beta)
Jefflam:
Hi all
<?xml version="1.0" encoding="UTF-8"?> <merchant-calculation-callback xmlns="http://checkout.google.com/schema/2" serial-number="xxxxx"> <shopping-cart> <merchant-private-data>
please help me.
ZC137 + 2RC4rev1
server: blueshost.com + its shared SSL
multisocket: enabled
basic authen mode: enabled
error message from GC:We encountered an error trying to access your server at https://my curl/googlecheckout/responsehandler.php -- the error we got is: Sending failed with HTTP response code: 302. Response body was:<session-data>xxxxxxxxxxxxxxxxxxxxx;zenid</session-data>
<product-data>;7</product-data>
<ip-address>68.xxx.xxx.xxx</ip-address>
</merchant-private-data> <items> <item> <tax-table-selector>Taxable Goods</tax-table-selector> <quantity>1</quantity> <unit-price currency="USD">9.99</unit-price> <item-name>xxxxxxxxxxxxxxxxxxxxxxxxx</item-name> <item-description></item-description> <merchant-item-id>xxxxxx==</merchant-item-id> <merchant-private-item-data>xxxxxxxxxxxxxxxxxxxx</merchant-private-item-data> </item> </items> </shopping-cart> <buyer-id>xxxxxxx25262028</buyer-id> <buyer-language>en_US</buyer-language> <calculate> <addresses> <anonymous-address id="xxxxxx4325516"> <country-code>US</country-code> <city>xxxxxxx</city> <region>CA</region> <postal-code>xxxxx</postal-code> </anonymous-address> </addresses> <shipping> <method name="Table: Vary by Weight/Price" /> <method name="USPS: Express Mail" /> </shipping> <tax>false</tax> <merchant-code-strings /> </calculate> </merchant-calculation-callback> thanks jefflam
hi Jefflam
have you tested with responsehandler_test?
here is a new link for an online test
http://demo.globant.com/~brovagnati/tools -> responsehandler Test
try disabling multisocket...
try it and see how it goes...
ropu