diff --git a/src/hwapi.cpp b/src/hwapi.cpp index aad1244..9a8e1eb 100644 --- a/src/hwapi.cpp +++ b/src/hwapi.cpp @@ -109,10 +109,6 @@ hwapi::hwapi(QWidget *parent) : QObject(parent) void hwapi::hwapi_slotPayProc(void) { - //cash_paymentProcessing(); - //doors_supervise(); - //dcBL_cycle(); - } @@ -3056,7 +3052,9 @@ bool hwapi::cash_cancelPayment(void) const { // DB1: 1=encash 2=cancel & return coins // 3=stop and keep coins in escrow - epi_setNowCoinPay(false); // new since 20.9.23 + //epi_setNowCoinPay(false); // new since 20.9.23 + // am 6.12.23 wieder raus, waehrend Druck und wechseln auch schnell abfragen + //qCritical() << "cash cancel payment and return coins"; return sendFDcmd_set(156, 0,0, 2,0,0,0); }