AUS: Update member topup

This commit is contained in:
Kenta420 2025-02-20 14:45:00 +07:00
parent 0881ad65fc
commit 11250a70d7
7 changed files with 8 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 7 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 9.1 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -120,7 +120,7 @@
If WaitQRPay = 1 Then
If VendingExtResult = "" Then
Else
Var PayCreditChannel = "fatzebra"
Var PayCreditChannel = "qr_code"
Var ToppupSuccessPage = CountryRootPath + "xml/page_member_topupSuccess.lxml"
Open ToppupSuccessPage
@ -261,12 +261,12 @@
<Button>
<X> 287 </X>
<Y> 778 </Y>
<Filename> Var( DirImage2 + "/bn_fatzebra.png" ) </Filename>
<FilenamePress> Var( DirImage2 + "/bp_fatzebra.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage2 + "/bd_fatzebra.png" ) </FilenameDisable>
<Filename> Var( DirImage2 + "/bn_qr_code.png" ) </Filename>
<FilenamePress> Var( DirImage2 + "/bp_qr_code.png" ) </FilenamePress>
<FilenameDisable> Var( DirImage2 + "/bd_qr_code.png" ) </FilenameDisable>
<EventOnClick>
Var Timeout = 0
Var SelectedPaymentMedthod = "fatzebra"
Var SelectedPaymentMedthod = "qr_code"
Var SelectOptionPopupState = "Enable"
Var BlurBackgroundState = "Enable"
</EventOnClick>
@ -498,8 +498,8 @@
EndIf
EndIf
If SelectedPaymentMedthod = "fatzebra" Then
SAVELOG "Canceling fatzebra"
If SelectedPaymentMedthod = "qr_code" Then
SAVELOG "Canceling qr_code"
VendingQR OFF
EndIf
@ -540,7 +540,7 @@
Coin CARD
EndIf
if SelectedPaymentMedthod = "fatzebra" Then
if SelectedPaymentMedthod = "qr_code" Then
Var QR_POPUP = "/img_popup1-AUS.png"
Var LOADING_TEXT = "Just Moment Please"
Var LOADING_STATE = "Enable"