MYS: fix sold cups text, add pro free oreo & pay later mode
This commit is contained in:
parent
931d2589dc
commit
df92339460
6 changed files with 75 additions and 9 deletions
|
|
@ -472,6 +472,15 @@
|
|||
Var Seeker.FreeVendingCampaign = 0
|
||||
EndIf
|
||||
|
||||
; mys mode pay later
|
||||
If EnablePayLaterMode = 1 Then
|
||||
Var PriceDiff = PriceDrink
|
||||
|
||||
Var Seeker.VendingCode = "PL"
|
||||
Var Seeker.IntVendingCampaign = PriceDiff
|
||||
|
||||
EndIf
|
||||
|
||||
; Oreo free
|
||||
If PromotionIDOreoBuyTwoSaveMore = 1 Then
|
||||
Var PromotionIDOreoBuyTwoSaveMore = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue