sandbox - Google Checkout reports error to user but not admin -


I am using the following to generate a Google Checkout:

  echo & Lt; Form method = "post" action = "https://sandbox.google.com/checkout/api/checkout/v2/checkoutForm/Merchant/'.$id." "Accept-charset =" UTF-8 "& gt; while ($ line = mysql_fetch_array ($ result)) {echo ''  & gt; 'echo' & lt; Input type = "hidden" name = "item_price_1" value = "' $ Line ['value']. ​​"" & Gt; '; Echo '& lt; Input type = "hidden" name = "item_change_1" value = "GBP" />; '; Echo '& lt; Input type = "hidden" name = "item_quantity_1" value = "1" />; '; Echo '& lt; Input type = "hidden" name = "item_merchant_id_1" value = "1" />; '; } Echo '& lt; Input type = "hidden" name = "_ charset_" />; '; // button code - & gt; Echo '& lt; Input type = "image" name = "Google Checkout" alt = "Fast checkout via Google" src = "http://sandbox.google.com/checkout/buttons/checkout.gif?merchant_id='.$ id ' & Amp; w = 180 & H = 46 & style = white and version = text & loc = en_US "height =" 46 "width =" 180 "/>; '; Echo '& lt; / Form & gt; ';  

That makes me feel right and sending sandbox checkout to users. However Google gives this message:

Oh! We were unable to process your request.

The time when the error occurred: 2010-07-27 T 13: 16: 42 (UTC) (48c5e4fef7fe8)

But I'm not seeing anything in the Integration Console I have a sandbox account To check and confirm the correct merchant ID.

Is anyone experiencing this? Am I missing something?


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -