add discount 50. WIP

This commit is contained in:
Pakin 2023-10-31 16:30:47 +07:00
parent 28fadd1eca
commit b0fb1c1f96
3 changed files with 59 additions and 7 deletions

View file

@ -925,9 +925,11 @@
; Var XMLProfile = "y18IDCard"
; Var XMLProfile = "y18IDCardLive"
; Var XMLProfile = "SugarBreak"
Var XMLProfile = "discount50"
STRCONTAIN "y18IDCardLive" XMLProfile Y18IDCARDLIVE_ENABLE
STRCONTAIN "y18IDCard" XMLProfile Y18IDCARD_ENABLE
STRCONTAIN "SugarBreak" XMLProfile SugarBreakEnable
STRCONTAIN "discount50" XMLProfile Discount50
If Y18IDCARDLIVE_ENABLE = "true" Then
Var EnableLiveness = "true"
@ -943,9 +945,14 @@
Var NoSugarStepRight2 = "true"
EndIf
If Discount50 = "true" Then
Var HalfPrice = "true"
EndIf
DEBUGVAR EnableLiveness
DEBUGVAR Only18
DEBUGVAR NoSugarStepRight2
DEBUGVAR HalfPrice
Var NETCORE_LOST_COUNT_UP = 0