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