The EXAMPLE given by google asumes you are american.
http://code.google.com/apis/checkout/developer/google_checkout_html_api.html
I have tried for an hour to get it to work with my UK merchant id in
test mode but
it keeps saying that i am posting a US dollar value. But i can't see
it.
This is what i am trying to test before i go any further. Does anyone
have a working UK version of this PLEASE?
<form method="POST" action="https://sandbox.google.com/checkout/cws/v2/
Merchant/MYMERCHANTID/checkoutForm" accept-charset="utf-8">
<input type="hidden" name="item_name_1" value="Peanut Butter"/>
<input type="hidden" name="item_description_1" value="Chunky peanut
butter."/>
<input type="hidden" name="item_quantity_1" value="1"/>
<input type="hidden" name="item_price_1" value="3.99"/>
<input type="hidden" name="ship_method_name_1" value="UPS Ground"/>
<input type="hidden" name="ship_method_price_1" value="10.99"/>
<input type="hidden" name="_charset_"/>
<input type="image" name="Google Checkout" alt="Fast checkout
through Google"
src="http://sandbox.google.com/checkout/buttons/checkout.gif?
merchant_id=523737252717518&w=180&h=46&style=white&variant=text&loc=en_US"
height="46" width="180"/>
</form>