fix bug Var SumCoinAmount = CoinAmount + Seeker.IntVendingCredit

This commit is contained in:
miggaze 2022-03-07 13:13:41 +07:00
parent 44e33545ca
commit ef4bab5a26
2 changed files with 26 additions and 13 deletions

View file

@ -198,6 +198,7 @@
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
Var RemainAmount = RemainAmount - Seeker.IntVendingCredit
Var SumCoinAmount = CoinAmount + Seeker.IntVendingCampaign
Var SumCoinAmount = CoinAmount + Seeker.IntVendingCredit
If SumCoinAmount >= PayAmount Then
SAVELOG "CoinInOk First"