THAI-INTER: reset flag at catalog
This commit is contained in:
parent
aa0f78193d
commit
81424ead8e
13 changed files with 15 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
SAVELOG "[MAKE_DRINK]"
|
||||
DEBUGVAR Seeker
|
||||
DEBUGVAR SmoothieToPayment
|
||||
DEBUGVAR Seeker.SmoothieToPayment
|
||||
If Seeker = "curr" Then
|
||||
If New_Payment = 1 Then
|
||||
__CMD "SetPay" "coffee-payment" Seeker.VendingTSID Seeker.ORDER_ID
|
||||
EndIf
|
||||
If SmoothieToPayment = 1 Then
|
||||
If Seeker.SmoothieToPayment = 1 Then
|
||||
; do nothing
|
||||
Else
|
||||
MakeDrinkV1 SelectDrink SelectSugarID
|
||||
|
|
@ -19,7 +19,7 @@ Else
|
|||
Var DrinkPaid = SelectDrink
|
||||
Var PaidPaymentFromNextStage = 1
|
||||
EndIf
|
||||
If SmoothieToPayment = 1 Then
|
||||
If Seeker.SmoothieToPayment = 1 Then
|
||||
Open "ROOT/taobin_project/xml/page_spiral_sell.xml"
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_thankyou.xml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue