From cade03b4003321d59412c9323200ad6be88d83a3 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 15 Jun 2023 18:49:29 +0200 Subject: [PATCH] Log output from hw->getInsertedAmount() --- src/ATBAPP/ATBDeviceControllerPlugin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index 0da39e8..9c45692 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -464,6 +464,9 @@ void ATBDeviceControllerPlugin::onCashPayStopedSuccess() QString amountString = QString::number(amountInt); + qCritical() << " insertedAmount (int) = " << amountInt; + qCritical() << " insertedAmount = " << amountString; + emit this->cashInputFinished(nsDeviceControllerInterface::RESULT_STATE::SUCCESS, amountString, "",