HKG: update text and add more debug log

This commit is contained in:
Kenta420 2025-02-11 11:16:17 +07:00
parent 940a6120f0
commit 50e4df7036
2 changed files with 531 additions and 48 deletions

View file

@ -516,6 +516,7 @@
DEBUGVAR ECommerceQR
SPLIT ECommerceQR "/" 5 VendingQRTypeResult
SAVELOG "Event -> ActionOK"
DEBUGVAR UserChoosePayment
If ActionOKCase = 0 Then
@ -732,7 +733,7 @@
Var PayInfoCFlag = 1
EndIf
DEBUGVAR VendingCashless
If VendingCashless = "OK" Then
DEBUGVAR CashlessCode
Var Timeout = 0
@ -819,6 +820,7 @@
<EventCashlessCard>
SAVELOG "Event -> CashlessCard"
DEBUGVAR VendingCashless
DEBUGVAR UserChoosePayment
DEBUGVAR CoinInFlag
@ -1684,6 +1686,10 @@
If alphaState = "Invisible" Then
If CoinInFlag = 0 Then
If CancelFlag = 0 Then
SAVELOG "Pay_With_Card_Pressed."
DEBUGVAR UserChoosePayment
Var QRCODE99 = ""
Var QRErrorState = "Invisible"
Var QR_POPUP = CountryRootPath + "/image/page_payment/img_tap_card_5_sec.png"
@ -1728,9 +1734,12 @@ EndIf
<Volume> SoundVolume </Volume>
<EventClick>
If alphaState = "Invisible" Then
If CoinInFlag = 0 Then
If CancelFlag = 0 Then
SAVELOG "Pay_With_QR_Pressed."
DEBUGVAR UserChoosePayment
Var QRCODE99 = ""
Var QRErrorState = "Invisible"
Var QR_POPUP = CountryRootPath + "/image/page_payment/img_tap_card_5_sec.png"