THAI: update collect point promotion

This commit is contained in:
Kenta420 2024-06-04 16:53:30 +07:00
parent 8956e44973
commit e6f873e8eb
4 changed files with 20 additions and 1 deletions

View file

@ -231,8 +231,13 @@
If ShouldCollectPoint = 1 Then
Var Seeker.CollectPointMain = 1
If ShouldCollectPromotionPoint = 1 Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf
;Open "ROOT/taobin_project/xml/page_payment_cash.xml"
Var Seeker.VendingCampaign = PayAmount
Var Seeker.FreeVendingCampaign = 1
@ -267,6 +272,10 @@
If ShouldCollectPoint = 1 Then
Var Seeker.CollectPointMain = 1
EndIf
If ShouldCollectPromotionPoint = 1 Then
Var Seeker.CollectPointPromotion = 1
EndIf
EndIf