Quote Originally Posted by gid View Post
colosports,

I tried out vs. 1.0.2 and it is working much better. Google is now updating my admin UI. The only problem is that now I am getting this error when trying to update the status of the order.

Fatal error: Cannot use object of type queryFactoryResult as array in x/x/x/x/x/added_function_for_google_checkout.php on line 101
gid,

If you get this error, try modifying the object reference by adding 'fields' as follows:

From
check_status->['order_status']

To
check_status->fields['order_status']

Hope this helps,

Jacob