fix page_NewCannotConti.xml
This commit is contained in:
parent
4030e08026
commit
b4ad407074
16 changed files with 3153 additions and 181 deletions
|
|
@ -354,6 +354,35 @@
|
|||
Var PayO2 = Seeker.CoffeePinNumber
|
||||
EndIf
|
||||
|
||||
; Reject by app close order
|
||||
; XML must send pay detail by myself.
|
||||
SAVELOG " Cannot conti with new payment"
|
||||
|
||||
If NextOrderStatus = "Disable" Then
|
||||
Var PayDetail="1/F:1221/0/"
|
||||
Var PayDetail = PayDetail + "/XML|"
|
||||
Var PayDetail = PayDetail + Seeker.OrderChanel
|
||||
Else
|
||||
DEBUGVAR error_code_stop_now
|
||||
|
||||
If error_code_stop_now > 0 Then
|
||||
Var PayDetail = "1/F:" + error_code_stop_now
|
||||
Var PayDetail = PayDetail + "/0/"
|
||||
Var PayDetail = PayDetail + "/XML|"
|
||||
Var PayDetail = PayDetail + Seeker.OrderChanel
|
||||
Else
|
||||
|
||||
Var PayDetail = "1/" + HURR_FOREVER
|
||||
Var PayDetail = PayDetail + "/"
|
||||
Var PayDetail = PayDetail + ""
|
||||
Var PayDetail = PayDetail + "/"
|
||||
Var PayDetail = PayDetail + ""
|
||||
Var PayDetail = PayDetail + "/XML|"
|
||||
Var PayDetail = PayDetail + Seeker.OrderChanel
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Var ServiceType = "coffee-refund"
|
||||
Var ServiceCredit = SelectDrink
|
||||
Var SuggestID = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue