Merge branch 'master' of ssh://forthrd.ddns.net:2222/1TBHDD/ikong/taobin_project

This commit is contained in:
kong 2022-09-27 10:19:32 +07:00
commit c1bfe43d3f

View file

@ -1201,6 +1201,10 @@
CoinVending BILLREJECT CoinVending BILLREJECT
Else Else
If Seeker.StoreCreditFlag = 1 Then
CoinVending BILLSTACKALL
Else
Var RemainAmount = PayAmount - CoinAmount Var RemainAmount = PayAmount - CoinAmount
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
@ -1222,6 +1226,9 @@
Var alphaState3 = "Enable" Var alphaState3 = "Enable"
EndIf
EndIf EndIf