Log output from hw->getInsertedAmount()
This commit is contained in:
parent
7a9f837b88
commit
cade03b400
@ -464,6 +464,9 @@ void ATBDeviceControllerPlugin::onCashPayStopedSuccess()
|
|||||||
|
|
||||||
QString amountString = QString::number(amountInt);
|
QString amountString = QString::number(amountInt);
|
||||||
|
|
||||||
|
qCritical() << " insertedAmount (int) = " << amountInt;
|
||||||
|
qCritical() << " insertedAmount = " << amountString;
|
||||||
|
|
||||||
emit this->cashInputFinished(nsDeviceControllerInterface::RESULT_STATE::SUCCESS,
|
emit this->cashInputFinished(nsDeviceControllerInterface::RESULT_STATE::SUCCESS,
|
||||||
amountString,
|
amountString,
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user