THAI: KBank cashless machine update timeout popup if error
This commit is contained in:
parent
1f190ab4d8
commit
1e89bf8109
1 changed files with 6 additions and 1 deletions
|
|
@ -1939,7 +1939,12 @@
|
||||||
If CoinInOK = 1 Then
|
If CoinInOK = 1 Then
|
||||||
|
|
||||||
Else
|
Else
|
||||||
Var Timeout = 0
|
If KBankCashlessMachine = 1 Then
|
||||||
|
; popup will close after 30 second
|
||||||
|
Var Timeout = 90
|
||||||
|
Else
|
||||||
|
Var Timeout = 0
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
;Var QRErrorFlag = 1
|
;Var QRErrorFlag = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue