Update page_payment_cash.xml
This commit is contained in:
parent
6286e03248
commit
a84aafb73c
1 changed files with 8 additions and 2 deletions
|
|
@ -2240,6 +2240,9 @@
|
||||||
;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
|
||||||
|
|
@ -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