Send cashInputFinished(), when cash input is finished

This commit is contained in:
2023-06-05 18:04:34 +02:00
parent 2717c614e3
commit 98ef7b7b26
2 changed files with 19 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ private slots:
// cash payment
void onCashGotCoin();
void onCashPayStoped();
void onCashPayStopByMax();
void onCashPayStopByEscrow();
void onCashPayStopByError();