Update page_payment_cash.xml
This commit is contained in:
parent
6286e03248
commit
a84aafb73c
1 changed files with 8 additions and 2 deletions
|
|
@ -2239,7 +2239,10 @@
|
||||||
; EndIf
|
; EndIf
|
||||||
;EndIf
|
;EndIf
|
||||||
|
|
||||||
If CancelingPopupFlag = "Enable" Then
|
If CancelingPopupFlag = "Enable" Then
|
||||||
|
|
||||||
|
SAVELOG "Canceled Popup"
|
||||||
|
|
||||||
Var CancelingPopupCountDown = CancelingPopupCountDown + 1
|
Var CancelingPopupCountDown = CancelingPopupCountDown + 1
|
||||||
|
|
||||||
If CancelingPopupCountDown > 3 Then
|
If CancelingPopupCountDown > 3 Then
|
||||||
|
|
@ -2247,7 +2250,7 @@
|
||||||
Var CancelingPopupFlag = "Invisible"
|
Var CancelingPopupFlag = "Invisible"
|
||||||
Var alphaState = "Invisible"
|
Var alphaState = "Invisible"
|
||||||
EndIf
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
Refresh
|
Refresh
|
||||||
TimerReset
|
TimerReset
|
||||||
|
|
@ -3082,6 +3085,9 @@ eval(
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
||||||
If CancelingPopupFlag = "Invisible" Then
|
If CancelingPopupFlag = "Invisible" Then
|
||||||
|
|
||||||
|
SAVELOG "Press Cancel, Canceling popup..."
|
||||||
|
|
||||||
Var LOADING_STATE = "Invisible"
|
Var LOADING_STATE = "Invisible"
|
||||||
Var QRErrorState = "Invisible"
|
Var QRErrorState = "Invisible"
|
||||||
Var cancelButtonQRPopupState = "Invisible"
|
Var cancelButtonQRPopupState = "Invisible"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue