4 messages in com.googlegroups.google-base-data-apiRe: Snippets Isn't Giving Me a Blank ...
FromSent OnAttachments
morg...@gmail.com19 Jan 2007 18:00 
Stephane Zermatten22 Jan 2007 00:33 
Morgan Eason22 Jan 2007 09:07 
Flexer09 Feb 2007 06:48 
Subject:Re: Snippets Isn't Giving Me a Blank Price
From:Stephane Zermatten (szer@google.com)
Date:01/22/2007 12:33:27 AM
List:com.googlegroups.google-base-data-api

There is indeed a mistake in the definition of GBaseAttributes.Price

Instead of using GBaseAttributes.Price, please try getting price using this method: entry.GBaseAttributes.GetFloatUnitAttribute("price")

and setting it using entry.GBaseAttributes.AddFloatUnitAttribute("price", ...)