Merge branch 'masterpiece' into sgp_blue

This commit is contained in:
Pakin 2024-09-26 17:24:09 +07:00
commit c958e15b68
2 changed files with 13 additions and 10 deletions

View file

@ -1312,3 +1312,7 @@
2100054 Sleep mode will be turn onwhen machine operating. Sleep mode will be turn onwhen machine operating.
2100055 Sleep mode will be turn offwhen machine operating. Sleep mode will be turn offwhen machine operating.
2100056 Please check before confirming Please check before confirming
2100057 Fan module Fan module
Fan
2200000 Fan พัดลม

Can't render this file because it has a wrong number of fields in line 21.

View file

@ -747,6 +747,13 @@
EndIf
If VendingCashless = "END" Then
If ReqPayInfoFromCashOther = 2 Then
DEBUGVAR "CashlessReq OFF"
CashlessReq OFF
EndIf
EndIf
</EventActionOk>
<EventActionError>
@ -1494,7 +1501,8 @@
If CancelFlag = 0 Then
Var QR_POPUP = "/img_popup8.png"
Var alphaState = "Enable"
;Coin CARD
Coin CARD
Var ReqPayInfoFromCashOther = 2
Var CreditCardRef = ""
@ -1516,9 +1524,7 @@
Var Timeout = 0
EndIf
Var QRErrorState = "Invisible"
Var VendingCashless = "-"
Var LOADING_STATE = "Enable"
Var RemainAmountX = PayAmount - Seeker.IntVendingCampaign
CashlessPay RemainAmountX CreditCardRef
Var CashlessPayFlag = 1
@ -1738,18 +1744,11 @@
;CoinVending ON
;VendingQR OFF
If ReqPayInfoFromCashOther = 2 Then
DEBUGVAR "CashlessReq OFF by user"
CashlessReq OFF
EndIf
If CashlessPayFlag = 1 Then
Var CashlessPayFlag = 0
CashlessReq FAIL
EndIf
Refresh
</EventClick>
</Button>