3 messages in com.googlegroups.google-checkout-api-ukRe: The use of multiple currencies in...
FromSent OnAttachments
Ian Spence30 Apr 2008 15:36 
Simon01 May 2008 07:43 
Simon02 May 2008 06:08 
Subject:Re: The use of multiple currencies in a single cart is unsupported at this time.
From:Simon (simo@gmail.com)
Date:05/02/2008 06:08:23 AM
List:com.googlegroups.google-checkout-api-uk

Ian, can you send the original HTML form you are trying to post? *Please delete your merchantId from the form post URL before you post it here.*

S...

On May 1, 10:22 pm, "Ian Spence" <ians@gmail.com> wrote:

Simon, I think I pasted the incorrect INPUT string on my previous email. The error still occurs with "currency=GBP".

INPUT:

title=Mr&firstname=Ian&lastname=Spence&email=ianspence%40gmail.com&facility
=LSE&residence=Bankside&room=&hireperiod=3&arrivaldate=15%2F05%2F2008&agree
tc=on&item_name_1=Safe+Hire+at+LSE%2FBankside%2F+for+Mr+Ian+Spence%2C+iansp
ence%40gmail.com+%2815%2F05%2F2008%29&item_description_1=LSE%2FBankside%2F+
%2815%2F05%2F2008%29&item_quantity_1=1&item_price_1=50.0&item_currency_1=GB
P&checkout-flow-support.merchant-checkout-flow-support.shipping-methods.pic
kup-1.currency=GBP&checkout-flow-support.merchant-checkout-flow-support.shi
pping-methods.pickup-1.name=Safe+activated+on+arrival&checkout-flow-support
.merchant-checkout-flow-support.shipping-methods.pickup-1.price=0.00&_chars
et_=ISO-8859-1&btnBuy.x=51&btnBuy.y=8

ERROR:

_type=error&error-message=The+use+of+multiple+currencies+in+a+single+cart+i
s+unsupported+at+this+time.+You+supplied+a+cart+with+both+USD+and+GBP.&seri
al-number=bc2e01c9-8cea-427f-99c1-b2684bcfc9d1

2008/5/1 Simon <simo@gmail.com>:

Hi Ian, you have not specified a currency for the pickup shipping method...the default is USD - hence the error...  Add a new parameter:

checkout-flow-support.merchant-checkout-flow-support.shipping- methods.pickup-1.currency=GBP

Hope that helps! S...

On Apr 30, 11:36 pm, "Ian Spence" <ians@gmail.com> wrote:

I am using the Google Checkout HTML api.  I get the following error:

INPUT is:

title=Mr&firstname=Ian&lastname=Spence&email=ianspence%40gmail.com&facility =LSE&residence=Bankside&room=444&hireperiod=3&arrivaldate=10%2F04%2F2008&ag reetc=on&item_name_1=Safe+Hire+at+LSE%2FBankside%2F444+for+Mr+Ian+Spence%2C +ianspence%40gmail.com+%2810%2F04%2F2008%29&item_description_1=LSE%2FBanksi de%2F444+%2810%2F04%2F2008%29&item_quantity_1=1&item_price_1=50.0&item_curr ency_1=GBP&checkout-flow-support.merchant-checkout-flow-support.shipping-me thods.pickup-1.name=Safe+activated+on+arrival&checkout-flow-support.merchan t-checkout-flow-support.shipping-methods.pickup-1.price=0.00&_charset_=ISO- 8859-1&btnBuy.x=76&btnBuy.y=13

ERROR is:

_type=error&error-message=The+use+of+multiple+currencies+in+a+single+cart+i s+unsupported+at+this+time.+You+supplied+a+cart+with+both+USD+and+GBP.&seri al-number=24cccf19-5a48-44e4-b405-be7fa4e4fe6f

I am using the currency GBP for the item and the shipping.

It looks like a bug to me.