diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index d1986f7..080adf3 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -813,19 +813,19 @@ void ATBDeviceControllerPlugin::requestPrintTicket(const QHashcurrentSelectedTicketType = 1; } else - if ( (paymentType == "CARD") && (productName == "ShortTimeParking") ) { + if ( (paymentType == "CARD") && (productName == "SHORT_TERM_PARKING") ) { this->currentSelectedTicketType = 2; } else - if ( (paymentType == "CASH") && (productName == "DayTicket") ) { + if ( (paymentType == "CASH") && (productName == "DAY_TICKET") ) { this->currentSelectedTicketType = 3; } else - if ( (paymentType == "CARD") && (productName == "DayTicket") ) { + if ( (paymentType == "CARD") && (productName == "DAY_TICKET") ) { this->currentSelectedTicketType = 4; } else {