Enable receipt printing (#298)

* Remove cross reference option from compliance

* Add receipt printing
This commit is contained in:
Rafael Taranto 2019-07-30 19:50:40 +01:00 committed by Josh Harvey
parent 2004067755
commit 55cdc2fa52
5 changed files with 22 additions and 33 deletions

View file

@ -87,6 +87,7 @@ function poll (req, res, next) {
crossRefVerificationThreshold: config.crossRefVerificationThreshold,
frontCameraVerificationActive: config.frontCameraVerificationActive,
frontCameraVerificationThreshold: config.frontCameraVerificationThreshold,
receiptPrintingActive: config.receiptPrintingActive,
terms,
cassettes,
twoWayMode: config.cashOutEnabled,