2 messages in com.googlegroups.google-base-data-apiInvalid Payment Method: AmericanExpress
FromSent OnAttachments
qaz21626 Mar 2008 14:00 
Jeff S28 Mar 2008 10:42 
Subject:Invalid Payment Method: AmericanExpress
From:qaz216 (arye@gmail.com)
Date:03/26/2008 02:00:10 PM
List:com.googlegroups.google-base-data-api

I am getting the following error when I attempt to add 'AmericanExpress' as a payment method.

<errors> <error type="data" field="payment_accepted" reason="Invalid payment method" /> </errors>

This code works fine ...

entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "Visa"); entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "MasterCard"); entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "Discover");

And this breaks ...

entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "Visa"); entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "MasterCard"); entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "Discover"); entry.getGoogleBaseAttributes().addTextAttribute("payment_accepted", "AmericanExpress");

Any idea's?

Thanks! Aryeh