client-barcode: Remove hard-coded sample products
This commit is contained in:
parent
f7963b9acf
commit
68ba629966
|
@ -29,11 +29,6 @@ CODES = {
|
|||
'DEPOSIT 5.00':('deposit', decimal.Decimal('5.00')),
|
||||
'DEPOSIT 10.00':('deposit', decimal.Decimal('10.00')),
|
||||
'DEPOSIT 50.00':('deposit', decimal.Decimal('50.00')),
|
||||
|
||||
'731453722620':('buy', 'CD Eagle Eye-Cherry - Desireless', decimal.Decimal('8.00')),
|
||||
# http://www.gearfuse.com/wp-content/uploads/2008/07/mate.png
|
||||
'4029764001807':('buy', 'Club Mate 0.5l', decimal.Decimal('0.60')),
|
||||
'4013595054149':('buy', 'Vita Cola 1.0l', decimal.Decimal('0.79')),
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue