THAI: fix topup bug.

This commit is contained in:
Kenta420 2024-07-26 14:26:30 +07:00
parent 1d545f98a0
commit 949bfb5349
2 changed files with 15 additions and 7 deletions

View file

@ -39,6 +39,7 @@
GenHashWithTimeStamp PointCrm
Var TopupWithCashState = "Enable"
Var NotEnoughPayment = 0
If SELLSTATUS = "SELLNOCASH" Then
Var TopupWithCashState = "Disable"
@ -133,6 +134,9 @@
<EventClick>
Var TopupFromPage = "payment"
If ShowNotEnoughText = "Enable" Then
Var NotEnoughPayment = 1
EndIf
Open "ROOT/taobin_project/xml/page_topup_credit3_cash_warning.xml"
</EventClick>