Log output from hw->getInsertedAmount()
This commit is contained in:
@@ -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,
|
||||||
"",
|
"",
|
||||||
|
Reference in New Issue
Block a user