AUS: Fixed mixed pay with credit card chage full price

This commit is contained in:
Kenta420 2025-04-08 09:59:44 +07:00
parent b863e20792
commit f6c1cf258f
2 changed files with 3 additions and 3 deletions

View file

@ -860,7 +860,7 @@
Var LOADING_STATE = "Enable"
Var alphaState = "Enable"
Var PopupCancelButtonState = "Enable"
Var RemainAmountX = PayAmount - Seeker.IntVendingCampaign
Var RemainAmountX = RemainAmount
CashlessPay RemainAmountX CreditCardRef
Var CashlessPayFlag = 1
EndIf