fix bug storeCreditFlag

This commit is contained in:
pichet 2022-09-26 13:29:51 +07:00
parent 5feff39de2
commit fec97ef9c6

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