Ejemplo n.º 1
0
 def remove(self):
     raise Unavailable('remove the product from the card.')
Ejemplo n.º 2
0
 def quantity(self):
     raise Unavailable('determine the product quantity.')
Ejemplo n.º 3
0
 def add(self):
     raise Unavailable('add the product to the card.')
Ejemplo n.º 4
0
 def price(self):
     raise Unavailable('determine the product price.')
Ejemplo n.º 5
0
 def vendor_code(self):
     raise Unavailable('determine the vendor code.')
Ejemplo n.º 6
0
 def price(self):
     raise Unavailable('determine the position price.')
Ejemplo n.º 7
0
 def name(self):
     raise Unavailable('determine the position name.')
Ejemplo n.º 8
0
 def name(self):
     raise Unavailable('determine the product name.')