feat: add automatic receipt printing toggle

This commit is contained in:
Sérgio Salgado 2022-07-04 18:27:04 +01:00 committed by Rafael
parent c5f3caab2f
commit 818813718e
4 changed files with 25 additions and 0 deletions

View file

@ -36,6 +36,7 @@ const addReceiptInfo = receiptInfo => ret => {
if (!receiptInfo) return ret
const fields = [
'automaticPrint',
'paper',
'sms',
'operatorWebsite',