refactor: backport new batching function

This commit is contained in:
Sérgio Salgado 2021-12-07 15:00:44 +00:00
parent 864e5d2f88
commit 616d2d2915
5 changed files with 48 additions and 29 deletions

View file

@ -1,6 +1,13 @@
const CASH_OUT_MINIMUM_AMOUNT_OF_CASSETTES = 2
const CASH_OUT_MAXIMUM_AMOUNT_OF_CASSETTES = 4
const anonymousCustomer = {
uuid: '47ac1184-8102-11e7-9079-8f13a7117867',
name: 'anonymous'
}
module.exports = {anonymousCustomer}
module.exports = {
CASH_OUT_MINIMUM_AMOUNT_OF_CASSETTES,
CASH_OUT_MAXIMUM_AMOUNT_OF_CASSETTES,
anonymousCustomer
}