IMPORTANT: isParkingAllowedForWeekDay(): deactivated for testing !!!
This commit is contained in:
parent
e891bfc5de
commit
78921c8870
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user