diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index 9c45692..b2336da 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -399,14 +399,8 @@ void ATBDeviceControllerPlugin::onCashPayStopByMax() // DEBUG qCritical() << "ATBDeviceControllerPlugin::onCashVendStopByMax()"; - uint32_t amountInt = this->hw->getInsertedAmount(); - - QString amountString = QString::number(amountInt); - - emit this->cashInputFinished(nsDeviceControllerInterface::RESULT_STATE::SUCCESS, - amountString, - "", - ""); + // we need new cash value in application... + QTimer::singleShot(500, this, SLOT(onCashPayStopedSuccess())); }