fix: make paper & SMS receipts independent

This commit is contained in:
André Sá 2022-07-04 18:05:31 +01:00 committed by André Sá
parent 206b8cfa09
commit 2ec09de962
2 changed files with 21 additions and 6 deletions

View file

@ -32,6 +32,7 @@ type MachineInfo {
}
type ReceiptInfo {
paper: Boolean!
sms: Boolean!
operatorWebsite: Boolean!
operatorEmail: Boolean!