GBR: Changed payment service name AUB -> UKB

This commit is contained in:
Kenta420 2025-06-02 17:48:55 +07:00
parent e31c6040f9
commit 0239198572

View file

@ -176,14 +176,14 @@
Var PayWithCreditCardState = "Disable"
Var PayWithTaoCreditState = "Disable"
Var PayWithCouponState = "Disable"
Var PayWithAUBState = "Disable"
Var PayWithUKBState = "Disable"
Var PayWithFatzebraState = "Disable"
If RoadShow = "true" Then
Var PayWithCreditCardState = "Invisible"
Var PayWithTaoCreditState = "Invisible"
Var PayWithCouponState = "Invisible"
Var PayWithAUBState = "Invisible"
Var PayWithUKBState = "Invisible"
Var PayWithFatzebraState = "Invisible"
Var showRemaining = "Free"
Else
@ -191,7 +191,7 @@
Var PayWithCreditCardState = "Enable"
Var PayWithTaoCreditState = "Enable"
Var PayWithCouponState = "Enable"
Var PayWithAUBState = "Enable"
Var PayWithUKBState = "Enable"
Var PayWithFatzebraState = "Enable"
If Seeker.IntVendingCredit > 0 Then
@ -199,7 +199,7 @@
Var PayWithCreditCardState = "Enable"
Var PayWithTaoCreditState = "Disable"
Var PayWithCouponState = "Disable"
Var PayWithAUBState = "Disable"
Var PayWithUKBState = "Disable"
Var PayWithFatzebraState = "Enable"
EndIf
@ -343,7 +343,7 @@
Var PayWithCreditCardState = "Enable"
Var PayWithTaoCreditState = "Disable"
Var PayWithCouponState = "Disable"
Var PayWithAUBState = "Disable"
Var PayWithUKBState = "Disable"
Var PayWithFatzebraState = "Disable"
Var PayOfflineMode = 1
@ -404,7 +404,7 @@
Var PayWithCreditCardState = "Disable"
Var PayWithTaoCreditState = "Disable"
Var PayWithCouponState = "Disable"
Var PayWithAUBState = "Disable"
Var PayWithUKBState = "Disable"
Var PayWithFatzebraState = "Disable"
EndIf
@ -444,7 +444,7 @@
Var ECommerceQR = ECommerceQR + "/"
Var ECommerceQR = ECommerceQR + SelectDrink
Var ECommerceQR = ECommerceQR + "/"
Var ECommerceQR = ECommerceQR + "AUB:2:"
Var ECommerceQR = ECommerceQR + "UKB:2:"
Var ECommerceQR = ECommerceQR + EMAMemberID
Var ECommerceQR = ECommerceQR + "/"
@ -532,7 +532,7 @@
Var Seeker.CampaignPayChanel = "linepay"
EndIf
If ReqPayInfoFlag2 = 6 Then
Var Seeker.CampaignPayChanel = "aubpay"
Var Seeker.CampaignPayChanel = "ukbpay"
EndIf
@ -690,7 +690,7 @@
SPLIT ECommerceQR "/" 6 MemberData
If VendingQRTypeResult = "AUB" Then
If VendingQRTypeResult = "UKB" Then
Var CashTextWarning = ""
Var QRErrorState = "Invisible"
Var ReqPayInfoFlag = 0
@ -922,7 +922,7 @@
If RoadShow = "true" Then
Else
Var PayWithTaoCreditState = "Press"
Var PayWithAUBState = "Press"
Var PayWithUKBState = "Press"
Var PayWithFatzebraState = "Press"
EndIf
@ -1485,7 +1485,7 @@
Var ECommerceQR = ECommerceQR + "/"
Var ECommerceQR = ECommerceQR + SelectDrink
Var ECommerceQR = ECommerceQR + "/"
Var ECommerceQR = ECommerceQR + "AUB:2:"
Var ECommerceQR = ECommerceQR + "UKB:2:"
Var ECommerceQR = ECommerceQR + EMAMemberID
Var ECommerceQR = ECommerceQR + "/"
@ -1828,7 +1828,7 @@ EndIf
;<Y> 1399 </Y>
<X> 328 </X>
<Y> 1399 </Y>
<State> PayWithAUBState </State>
<State> PayWithUKBState </State>
<Filename> "ROOT/taobin_project/inter/gbr/image/payment_cash/bn_pay_with_ema.png" </Filename>
<FilenamePress> "ROOT/taobin_project/inter/gbr/image/payment_cash/bp_pay_with_ema.png" </FilenamePress>
<FilenameDisable> "ROOT/taobin_project/inter/gbr/image/payment_cash/bd_pay_with_ema.png" </FilenameDisable>