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

@ -2240,6 +2240,9 @@
;EndIf
If CancelingPopupFlag = "Enable" Then
SAVELOG "Canceled Popup"
Var CancelingPopupCountDown = CancelingPopupCountDown + 1
If CancelingPopupCountDown > 3 Then
@ -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"