chore: create defaults for cashUnitCapacity

This commit is contained in:
Taranto 2023-06-28 21:54:01 +01:00
parent ce91591af5
commit 9f520afd71
7 changed files with 61 additions and 27 deletions

View file

@ -14,6 +14,14 @@ const anonymousCustomer = {
}
const CASH_UNIT_CAPACITY = {
default: {
cashbox: 600,
cassette: 500
},
douro: {
cashbox: 600,
cassette: 500
},
grandola: {
cashbox: 2000,
recycler: 2800