Increase timeout for 'onCashPayStopedSuccess()' to 2,5s
This commit is contained in:
		@@ -128,7 +128,7 @@ void ATBDeviceControllerPlugin::requestStopCashInput()
 | 
			
		||||
    hw->cash_stopPayment();
 | 
			
		||||
 | 
			
		||||
    // we need new cash value in application...
 | 
			
		||||
    QTimer::singleShot(500, this, SLOT(onCashPayStopedSuccess()));
 | 
			
		||||
    QTimer::singleShot(2500, this, SLOT(onCashPayStopedSuccess()));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void ATBDeviceControllerPlugin::cashCollect()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user