Hi all,
Can anyone help me with this Google Checkout Problem? I have had the folowing reply back from Google tec Support:
If you already have an order management system, you can add Google Checkout to your existing system with a 'Level 2' integration. Once you've integrated, Google Checkout will send order information to the API callback URL you specify in the 'Integration' tab of the 'Settings'
section in your Merchant Center.
If you haven't implemented a Level 2 Google Checkout integration, you don't need to specify an API callback URL.
If you're using an off-the-shelf shopping cart you can ask your shopping cart provider if they offer a Level 2 integration option. If so, they can provide you with the appropriate callback URL for your account.
The reason you're receiving an error ("Invalid value for body of allowed-areas"), is due to the UK being specified as a US state in your cart XML.
<shipping-restrictions>
<allowed-areas>
<us-state-area>
<state>UK</state>
</us-state-area>
</allowed-areas>
Integration Issues
Error parsing XML; message from parser is: Invalid value for body of allowed-areas in
checkout-shopping-cart/checkout-flow-support/merchant-checkout-flow-support/shipping-methods/flat-rate-shipping/shipping-restrictions:
Must be a U.S. 2-letter postal code or state name
##############################___



