PayUp: CashCollect(amount)

This commit is contained in:
2024-09-13 14:56:07 +02:00
parent bacee366b8
commit 3fff6a0ebe
2 changed files with 76 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ public:
void requestStartCashInput(const QString & amount);
void requestStopCashInput();
void cashCollect();
void cashCollect(const QString & amount);
void cashAbort();
// read coin/cash processing variants -----------------------------------------