fix: make paper & SMS receipts independent
This commit is contained in:
parent
206b8cfa09
commit
2ec09de962
2 changed files with 21 additions and 6 deletions
|
|
@ -32,6 +32,7 @@ type MachineInfo {
|
|||
}
|
||||
|
||||
type ReceiptInfo {
|
||||
paper: Boolean!
|
||||
sms: Boolean!
|
||||
operatorWebsite: Boolean!
|
||||
operatorEmail: Boolean!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue