IMPORTANT: isParkingAllowedForWeekDay(): deactivated for testing !!!

This commit is contained in:
Gerhard Hoffmann 2024-07-24 12:30:46 +02:00
parent e891bfc5de
commit 78921c8870

View File

@ -867,6 +867,9 @@ CalcState Calculator::isParkingAllowedForWeekDay(Configuration const *cfg,
qCritical() << DBG_HEADER << "start" << start.toString(Qt::ISODate)
<< "paymentOptionIndex" << paymentOptionIndex;
// TODO: wieder entfernen
return CalcState(CalcState::State::SUCCESS, "PARKING_ALLOWED", QTime(), QTime());
QString errorStr = "UNKNOWN ERROR";
PaymentMethod const paymentMethodId = Utilities::getPaymentMethodId(cfg);