Google has changed feed specs Unrecognized attribute: department

thedeed's picture
Offline
Joined: 07/08/2009
Juice: 42
Google has changed feed specs Unrecognized attribute: department

I guess Google has changed their feed specs
He is the error I am getting
Unrecognized attribute: department (8599 warnings)
For more details on the status of your data feed, go to http://www.google.com/merchants/showfeedsummary?fid=3204011

So I looks like (department) has been replaced with (product_type]

Here is the original line of code in the Uc_Google_Base. Module V 2.3.1
$output .= "" . check_plain(implode(', ', $terms)) . "\n";

I have changed this line to read the following but cannot get it to work. It only brings back a blank XML file
$output .= "" . check_plain(implode(', ', $terms)) . "\n";

Any help on this would be greatly appreciated. Thanks in advance
Ubercart 2.2
Drupal 6

Google Base RSS Feed, 2.3.1 By: danbaker (40 replies) Sat, 06/20/2009 - 12:36