Skip to content

Commit 5860bad

Browse files
author
Burcu Dogan
committed
Adding missing unit attributes for unit picing elements.
1 parent 471b365 commit 5860bad

File tree

1 file changed

+2
-0
lines changed
  • src/gdata/contentforshopping

1 file changed

+2
-0
lines changed

src/gdata/contentforshopping/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,7 @@ class UnitPricingMeasure(atom.core.XmlElement):
624624
The dimension by which the item is sold.
625625
"""
626626
_qname = SCP_NAMESPACE_TEMPLATE % 'unit_pricing_measure'
627+
unit = 'unit'
627628

628629

629630
class UnitPricingBaseMeasure(atom.core.XmlElement):
@@ -632,6 +633,7 @@ class UnitPricingBaseMeasure(atom.core.XmlElement):
632633
Your preference of the denominator of the unit price.
633634
"""
634635
_qname = SCP_NAMESPACE_TEMPLATE % 'unit_pricing_base_measure'
636+
unit = 'unit'
635637

636638

637639
class EnergyEfficiencyClass(atom.core.XmlElement):

0 commit comments

Comments
 (0)