Change as for cash_cancelPayment().
This commit is contained in:
parent
57b4ade2e5
commit
e906213441
@ -3064,7 +3064,8 @@ bool hwapi::cash_stopPayment(void) const
|
|||||||
{
|
{
|
||||||
// DB1: 1=encash 2=cancel & return coins
|
// DB1: 1=encash 2=cancel & return coins
|
||||||
// 3=stop and keep coins in escrow
|
// 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 stop payment and keep coins in escrow";
|
//qCritical() << "cash stop payment and keep coins in escrow";
|
||||||
// qCritical() << "emitting signal StopByPushbutton 2";
|
// qCritical() << "emitting signal StopByPushbutton 2";
|
||||||
emit hwapi_payStopByPushbutton();
|
emit hwapi_payStopByPushbutton();
|
||||||
|
Loading…
Reference in New Issue
Block a user