Update page_payment_cash.xml

This commit is contained in:
Kenta420 2024-11-26 09:39:06 +07:00
parent 6286e03248
commit a84aafb73c

View file

@ -2239,7 +2239,10 @@
; EndIf
;EndIf
If CancelingPopupFlag = "Enable" Then
If CancelingPopupFlag = "Enable" Then
SAVELOG "Canceled Popup"
Var CancelingPopupCountDown = CancelingPopupCountDown + 1
If CancelingPopupCountDown > 3 Then
@ -2247,7 +2250,7 @@
Var CancelingPopupFlag = "Invisible"
Var alphaState = "Invisible"
EndIf
EndIf
EndIf
Refresh
TimerReset
@ -3082,6 +3085,9 @@ eval(
<EventClick>
If CancelingPopupFlag = "Invisible" Then
SAVELOG "Press Cancel, Canceling popup..."
Var LOADING_STATE = "Invisible"
Var QRErrorState = "Invisible"
Var cancelButtonQRPopupState = "Invisible"