google-code-export / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
1 stars 0 forks source link

ContentForShoppingClient.update_product #516

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. call update_product with a ProductEntry instance.

What is the expected output?
Response from the update request.

What do you see instead?
Exception as:
    pid = self._create_product_id(product.id.text, product.target_country.text,
                                  product.content_language.text)
looks for the product id in the wrong place. 
    pid = self._create_product_id(product.product_id.text,                                                        product.target_country.text,
                        product.content_language.text)
This works.

What version of the product are you using?
2.0.14

Cheers,
James

Original issue reported on code.google.com by spry13...@gmail.com on 23 May 2011 at 10:40

GoogleCodeExporter commented 9 years ago

Original comment by afs...@google.com on 7 Oct 2011 at 12:25

GoogleCodeExporter commented 9 years ago
Fix pushed. Thanks James.

Original comment by dhermes@google.com on 7 Oct 2011 at 9:26