update aus member toppup credit

This commit is contained in:
Kenta420 2023-11-29 14:31:25 +07:00
parent 9470def707
commit aef06b5f6a
11 changed files with 6520 additions and 23248 deletions

View file

@ -70,6 +70,8 @@
If CashlessPayFlag = 1 Then
Var CashlessPayFlag = 0
CashlessReq FAIL
Else
CashlessReq OFF
EndIf
Var CheckMemberPage2 = CountryRootPath + "xml/page_check_member2.lxml"
@ -88,6 +90,8 @@
<EventActionOk>
If VendingCashless = "OK" Then
CashlessReq SUCCESS
Var ToppupSuccessPage = CountryRootPath + "xml/page_member_topupSuccess.lxml"
Open ToppupSuccessPage
EndIf
@ -104,6 +108,8 @@
Var LOADING_STATE = "Invisible"
EndIf
CashlessReq FAIL
EndIf
@ -127,7 +133,7 @@
Var alphaState = "Enable"
Var TopupAmount = PayAmount
Var PromoAmount = AdditionalAmount
CashlessPayV2 TopupAmount CreditCardRef AdditionalAmount
CashlessPayV2 TopupAmount CreditCardRef PromoAmount
Var CashlessPayFlag = 1
EndIf
@ -190,6 +196,8 @@
Var PayAmount = OptionAmount1
Var Timeout = 0
If PromotionAdditionCredit = 1 Then
Var AdditionalAmount = AmountAdditionCredit1
EndIf
@ -216,6 +224,8 @@
Var PayAmount = OptionAmount2
Var Timeout = 0
If PromotionAdditionCredit = 1 Then
Var AdditionalAmount = AmountAdditionCredit2
EndIf
@ -241,6 +251,8 @@
Var PayAmount = OptionAmount3
Var Timeout = 0
If PromotionAdditionCredit = 1 Then
Var AdditionalAmount = AmountAdditionCredit3
EndIf