We are implementing a version 9.2 site for a client that wants to use Google Checkout. However Google appears to not use the tax rate tables from StoreFront. If I read the description for the GoogleCheckout.UseTaxTables appconfig in admin correctly, it appears the tables are not used for US orders,

Boolean value (true or false) that indicates whether to use ONLY the deafult tax rate or to implement full table table mappng for google checkout (for non US GoogleCheckout only)

if that is the case, how can I get Google to apply taxes for specific US States but not for others. The storefront manual, does not indicate an issue with US orders.

The GoogleCheckout.DefaultTaxRate appconfig appears to apply it to all locations.

And Google's documentation indicates that there tax calculation will be overriden if the tax table tag is sent.

Thanks,