DO adv 7
This commit is contained in:
parent
82945cd46d
commit
04a6d782ad
14 changed files with 3133 additions and 145 deletions
|
|
@ -1044,6 +1044,9 @@
|
|||
</EventActionOk>
|
||||
|
||||
<EventActionError>
|
||||
SAVELOG "EventActionError"
|
||||
DEBUGVAR VendingCashless
|
||||
DEBUGVAR CoinInOK
|
||||
|
||||
If ActionOKCase = 0 Then
|
||||
If ReqPayInfoFlag > 0 Then
|
||||
|
|
@ -1061,8 +1064,12 @@
|
|||
|
||||
|
||||
If VendingCashless = "ERROR" Then
|
||||
Var Timeout = 0
|
||||
|
||||
If CoinInOK = 1 Then
|
||||
|
||||
Else
|
||||
Var Timeout = 0
|
||||
EndIf
|
||||
|
||||
;Var QRErrorFlag = 1
|
||||
If alphaState = "Enable" Then
|
||||
Var QRErrorState = "Enable"
|
||||
|
|
@ -1078,6 +1085,7 @@
|
|||
</EventActionError>
|
||||
|
||||
<EventCashlessCard>
|
||||
SAVELOG "EventCashlessCard"
|
||||
|
||||
Var CreditCardRef = ""
|
||||
GenHashWithTimeStamp CreditCardRef
|
||||
|
|
@ -1563,6 +1571,7 @@
|
|||
Var RemainAmountKeep = ViewBill
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Timeout
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
|
|
@ -1623,6 +1632,7 @@
|
|||
Var RemainAmountStr = "" + RemainAmount
|
||||
EndIf
|
||||
|
||||
DEBUGVAR Timeout
|
||||
Var Timeout = 0
|
||||
|
||||
;Var RemainAmount = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue