Log output from hw->getInsertedAmount()

This commit is contained in:
Siegfried Siegert 2023-06-15 18:49:29 +02:00
parent 7a9f837b88
commit cade03b400
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -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,
"",