Hey everyone, I'm trying to set up Google Checkout on my store, and when I follow the link to check out with google checkout, I get this error on the screen:
*Oops!* We were unable to process your request. This is what the log produced: Tue, 23 Mar 2010 12:51:23 satchmo_store.shop.models DEBUG Pending Payment - creating linked payment Tue, 23 Mar 2010 12:51:23 satchmo_utils DEBUG No url found for GOOGLE_satchmo_cart Tue, 23 Mar 2010 12:51:23 payment.modules.google.processor DEBUG CART: <?xml version="1.0" encoding="UTF-8"?> <checkout-shopping-cart xmlns="http://checkout.google.com/schema/2"> <shopping-cart> <merchant-private-data> <satchmo-order id="6" /> <satchmo-contact id="4">brian oconnor</satchmo-contact> </merchant-private-data> <items> <item> <item-name>Men's High Quality Polo (Medium/Black)</item-name> <item-description></item-description> <unit-price currency="USD">19</unit-price> <quantity>2</quantity> </item><item> <item-name>My Test Shirt</item-name> <item-description>This is a really awesome description</item-description> <unit-price currency="USD">15</unit-price> <quantity>1</quantity> </item><item> <item-name>Django Rocks shirt (Small/Blue)</item-name> <item-description></item-description> <unit-price currency="USD">22</unit-price> <quantity>10</quantity> </item><item> <item-name>Python Rocks shirt</item-name> <item-description>Really cool python shirt - One Size Fits All</item-description> <unit-price currency="USD">19.50</unit-price> <quantity>1</quantity> </item><item> <item-name>A really neat book (Hard cover)</item-name> <item-description></item-description> <unit-price currency="USD">5</unit-price> <quantity>1</quantity> </item> </items> </shopping-cart> <checkout-flow-support> <merchant-checkout-flow-support> <edit-cart-url>http://localhost/cart/</edit-cart-url> <continue-shopping-url>http://localhost/checkout/google/success/ </continue-shopping-url> <shipping-methods> <flat-rate-shipping name="U.S. Mail"> <price currency="USD">60</price> </flat-rate-shipping> </shipping-methods> </merchant-checkout-flow-support> </checkout-flow-support> </checkout-shopping-cart> Tue, 23 Mar 2010 12:51:23 payment.modules.google.processor DEBUG Sig is: 3kuRDBddxgZQVGhN2wxR1kI36ws= Tue, 23 Mar 2010 12:51:24 satchmo_store.shop.models DEBUG Order #6, recalc: sub_total=$297.50, shipping=$60.00, discount=$0.00, tax=$0.00 Anyone have any ideas what I'm doing wrong? Thanks, Brian -- Brian O'Connor -- 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.
