update flow payment

This commit is contained in:
Kenta420 2024-01-12 10:44:48 +07:00
parent b2f1438086
commit 7f17b1e81b
7 changed files with 25 additions and 45 deletions

View file

@ -360,6 +360,17 @@
DEBUGVAR Seeker.CurrCreditAmount
If Seeker.CreditNotEnoughRefID = "" Then
Else
Var CurrAmount = Seeker.CurrCreditAmount
Var CurrTelePhoneNum = Seeker.CurrCreditTelNum
Var CurrPinNum = Seeker.CurrCreditPinNum
Var RefID = Seeker.CreditNotEnoughRefID
AddData 41 CurrTelePhoneNum CurrAmount CurrPinNum RefID
EndIf
If Seeker.FreeVendingCampaign = 1 Then
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
Else